Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ CLSubTensor
Method
CLSubTensor
src/runtime/CL/CLSubTensor.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
using namespace arm_compute;
31
32
CLSubTensor::CLSubTensor() : _parent(nullptr), _info()
33
{
34
}
35
36
CLSubTensor::CLSubTensor(ICLTensor *parent,
37
const TensorShape &tensor_shape,
Callers
nothing calls this directly
Calls
2
SubTensorInfo
Class · 0.85
info
Method · 0.45
Tested by
no test coverage detected