Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ setVisited
Method
setVisited
tools/quantization/TensorStatistic.hpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void setVisited(bool visited) {
52
mVisited = visited;
53
}
54
55
std::pair<std::vector<float>, float> fakeQuantFeature();
56
float computeDistance(std::vector<float> fakeQuantedFeature);
Callers
7
_computeFeatureMapsRange
Method · 0.80
_collectFeatureMapsDistribution
Method · 0.80
_computeQuantError
Method · 0.80
replace
Method · 0.80
informDirty
Method · 0.80
prepareCompute
Method · 0.80
getExecuteOrder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected