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

Method remove_tensor

src/core/ITensorPack.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ITensorPack::remove_tensor(int id)
70{
71 _pack.erase(id);
72}
73
74size_t ITensorPack::size() const
75{

Callers 5

~CLAuxTensorHandlerMethod · 0.80
runMethod · 0.80
release_prepare_tensorsFunction · 0.80
~CpuAuxTensorHandlerMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected