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

Method add_tensor

src/core/ITensorPack.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void ITensorPack::add_tensor(int id, ITensor *tensor)
39{
40 _pack[id] = PackElement(id, tensor);
41}
42
43void ITensorPack::add_tensor(int id, const ITensor *tensor)
44{

Callers 15

CLAuxTensorHandlerMethod · 0.45
runMethod · 0.45
prepareMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
manage_workspaceFunction · 0.45
CpuAuxTensorHandlerMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

PackElementClass · 0.85

Tested by

no test coverage detected