MCPcopy 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

30using namespace arm_compute;
31
32CLSubTensor::CLSubTensor() : _parent(nullptr), _info()
33{
34}
35
36CLSubTensor::CLSubTensor(ICLTensor *parent,
37 const TensorShape &tensor_shape,

Callers

nothing calls this directly

Calls 2

SubTensorInfoClass · 0.85
infoMethod · 0.45

Tested by

no test coverage detected