MCPcopy 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

_computeQuantErrorMethod · 0.80
replaceMethod · 0.80
informDirtyMethod · 0.80
prepareComputeMethod · 0.80
getExecuteOrderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected