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

Method SubTensor

src/runtime/SubTensor.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using namespace arm_compute;
29
30SubTensor::SubTensor() : _parent(nullptr), _info()
31{
32}
33
34SubTensor::SubTensor(ITensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, bool extend_parent)
35 : _parent(nullptr), _info()

Callers

nothing calls this directly

Calls 2

SubTensorInfoClass · 0.85
infoMethod · 0.45

Tested by

no test coverage detected