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

Method tensor

src/cpu/CpuTensor.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74arm_compute::ITensor *CpuTensor::tensor() const
75{
76 return _legacy_tensor.get();
77}
78} // namespace cpu
79} // namespace arm_compute

Callers 2

add_tensorMethod · 0.45
AclGetClMemFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected