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

Method collapse_from

arm_compute/core/Dimensions.h:188–193  ·  view source on GitHub ↗

Collapse dimensions starting from a given point * * @param[in] start Starting point of collapsing dimensions */

Source from the content-addressed store, hash-verified

186 * @param[in] start Starting point of collapsing dimensions
187 */
188 void collapse_from(size_t start)
189 {
190 ARM_COMPUTE_ERROR_ON(start > num_dimensions());
191
192 collapse(num_dimensions() - start, start);
193 }
194
195 /** Remove dimension of a given index
196 *

Callers 8

compute_softmax_shapeFunction · 0.80
validate_argumentsFunction · 0.80
validate_argumentsFunction · 0.80
validate_argumentsFunction · 0.80
validate_argumentsFunction · 0.80
validate_argumentsFunction · 0.80
validate_argumentsFunction · 0.80
configureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected