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

Method num_dimensions

arm_compute/core/Dimensions.h:146–149  ·  view source on GitHub ↗

Returns the effective dimensionality of the tensor */

Source from the content-addressed store, hash-verified

144 }
145 /** Returns the effective dimensionality of the tensor */
146 unsigned int num_dimensions() const
147 {
148 return _num_dimensions;
149 }
150
151 /** Set number of dimensions */
152 void set_num_dimensions(size_t num_dimensions)

Callers 1

operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected