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

Method set_num_dimensions

arm_compute/core/Dimensions.h:152–155  ·  view source on GitHub ↗

Set number of dimensions */

Source from the content-addressed store, hash-verified

150
151 /** Set number of dimensions */
152 void set_num_dimensions(size_t num_dimensions)
153 {
154 _num_dimensions = num_dimensions;
155 }
156
157 /** Collapse dimensions.
158 *

Callers 10

init_tensorMethod · 0.45
ValidRegionMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
WindowIterator.cppFile · 0.45
expand_coordinatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected