Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
arm_compute::ITensor *CpuTensor::tensor() const
75
{
76
return _legacy_tensor.get();
77
}
78
} // namespace cpu
79
} // namespace arm_compute
Callers
2
add_tensor
Method · 0.45
AclGetClMem
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected