MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / reset

Method reset

utils/GraphUtils.cpp:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void ValidationOutputAccessor::reset()
442{
443 _offset = 0;
444 _positive_samples_top1 = 0;
445 _positive_samples_top5 = 0;
446}
447
448bool ValidationOutputAccessor::access_tensor(arm_compute::ITensor &tensor)
449{

Callers 5

releaseMethod · 0.45
get_implementationFunction · 0.45
openclTraceEndMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected