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

Method get_tensor

src/core/ITensorPack.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63ITensor *ITensorPack::get_tensor(int id)
64{
65 auto it = _pack.find(id);
66 return it != _pack.end() ? it->second.tensor : nullptr;
67}
68
69void ITensorPack::remove_tensor(int id)
70{

Callers 15

CLAuxTensorHandlerMethod · 0.45
runMethod · 0.45
runMethod · 0.45
prepareMethod · 0.45
runMethod · 0.45
runMethod · 0.45
prepareMethod · 0.45
runMethod · 0.45
runMethod · 0.45
prepareMethod · 0.45
runMethod · 0.45

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected