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

Method visited

tools/quantization/TensorStatistic.hpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool visited() {
48 return mVisited;
49 }
50
51 void setVisited(bool visited) {
52 mVisited = visited;

Callers 8

_computeQuantErrorMethod · 0.45
replaceMethod · 0.45
informDirtyMethod · 0.45
prepareComputeMethod · 0.45
getExecuteOrderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected