Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ tensor
Method
tensor
src/gpu/cl/ClTensor.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
arm_compute::ITensor *ClTensor::tensor() const
86
{
87
return _legacy_tensor.get();
88
}
89
} // namespace opencl
90
} // namespace gpu
91
} // namespace arm_compute
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected