Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
StatusCode IOperator::run(ITensorPack &tensors)
50
{
51
_op->run(tensors);
52
return StatusCode::Success;
53
}
54
55
StatusCode IOperator::run(IQueue &queue, ITensorPack &tensors)
56
{
Callers
15
AclRunOperator
Function · 0.45
do_run
Method · 0.45
quantize
Function · 0.45
main
Function · 0.45
do_run
Method · 0.45
do_run
Method · 0.45
do_run
Method · 0.45
do_run
Method · 0.45
do_run
Method · 0.45
main
Function · 0.45
do_run
Method · 0.45
do_run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected