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

Method add_tensor

src/common/TensorPack.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44AclStatus TensorPack::add_tensor(ITensorV2 *tensor, int32_t slot_id)
45{
46 _pack.add_tensor(slot_id, tensor->tensor());
47 return AclStatus::AclSuccess;
48}
49
50size_t TensorPack::size() const
51{

Callers

nothing calls this directly

Calls 1

tensorMethod · 0.45

Tested by

no test coverage detected