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

Method SubTensorInfo

src/core/SubTensorInfo.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56} // namespace
57
58SubTensorInfo::SubTensorInfo()
59 : _parent(nullptr),
60 _tensor_shape(),
61 _dims_state(),
62 _coords(),
63 _valid_region{Coordinates(), _tensor_shape},
64 _extend_parent(false),
65 _lock_paddings(false)
66{
67 _dims_state.fill(ITensorInfo::get_static_state_value());
68}
69
70SubTensorInfo::SubTensorInfo(ITensorInfo *parent, TensorShape tensor_shape, Coordinates coords, bool extend_parent)
71 : _parent(parent),

Callers

nothing calls this directly

Calls 4

CoordinatesClass · 0.50
fillMethod · 0.45
is_dynamicMethod · 0.45
total_sizeMethod · 0.45

Tested by

no test coverage detected