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

Method num_dimensions

arm_compute/core/TensorInfo.h:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 return data_size_from_type(_data_type) * _num_channels;
240 }
241 size_t num_dimensions() const override
242 {
243 return _tensor_shape.num_dimensions();
244 }
245 size_t num_channels() const override
246 {
247 return _num_channels;

Callers 15

TypePrinter.hFile · 0.45
fill_tensorMethod · 0.45
save_to_ppmFunction · 0.45
save_to_npyFunction · 0.45
load_trained_dataFunction · 0.45
broadcast_shapeMethod · 0.45
ValidRegionMethod · 0.45
permuteFunction · 0.45
Helpers.hFile · 0.45
permute_stridesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected