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

Method begin

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

Returns a read/write iterator that points to the first element in the dimension array. * * @return an iterator. */

Source from the content-addressed store, hash-verified

218 * @return an iterator.
219 */
220 typename std::array<T, num_max_dimensions>::iterator begin()
221 {
222 return _id.begin();
223 }
224 /** Returns a read-only (constant) iterator that points to the first element in the dimension array.
225 *
226 * @return an iterator.

Callers 15

error_on_nullptrFunction · 0.45
error_on_format_not_inFunction · 0.45
error_on_channel_not_inFunction · 0.45
error_on_dynamic_shapeFunction · 0.45
TensorShapeMethod · 0.45
TensorShapeClass · 0.45
remove_dimensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected