MCPcopy Create free account
hub / github.com/alibaba/MNN / indices

Method indices

tools/train/source/data/RandomSampler.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50const std::vector<size_t> RandomSampler::indices() {
51 return mIndices;
52}
53
54size_t RandomSampler::index() {
55 return mIndex;

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64