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

Method run

src/common/IOperator.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49StatusCode IOperator::run(ITensorPack &tensors)
50{
51 _op->run(tensors);
52 return StatusCode::Success;
53}
54
55StatusCode IOperator::run(IQueue &queue, ITensorPack &tensors)
56{

Callers 15

AclRunOperatorFunction · 0.45
do_runMethod · 0.45
quantizeFunction · 0.45
mainFunction · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
mainFunction · 0.45
do_runMethod · 0.45
do_runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected