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

Method add_const_tensor

src/core/ITensorPack.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ITensorPack::add_const_tensor(int id, const ITensor *tensor)
49{
50 add_tensor(id, tensor);
51}
52
53const ITensor *ITensorPack::get_const_tensor(int id) const
54{

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
prepareMethod · 0.80
runMethod · 0.80
runMethod · 0.80
prepareMethod · 0.80
runMethod · 0.80
runMethod · 0.80
prepareMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected