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

Method dimension

arm_compute/core/TensorInfo.h:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 bool lock_paddings() const override;
219 bool extend_padding(const PaddingSize &padding) override;
220 size_t dimension(size_t index) const override
221 {
222 return _tensor_shape[index];
223 }
224 size_t dimension(DataLayoutDimension dimension) const override
225 {
226 return get_data_layout_dimension_index(_data_layout, dimension);

Callers 15

fill_imageMethod · 0.45
access_tensorMethod · 0.45
init_sgemm_outputFunction · 0.45
compute_reductionB_shapeFunction · 0.45
compute_transposed_shapeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected