Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
const std::vector<size_t> RandomSampler::indices() {
51
return mIndices;
52
}
53
54
size_t RandomSampler::index() {
55
return mIndex;
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
run
Method · 0.64