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

Method x

arm_compute/core/Size3D.h:61–64  ·  view source on GitHub ↗

Semantic accessor for width as x. * * @return x. */

Source from the content-addressed store, hash-verified

59 * @return x.
60 */
61 size_t x() const
62 {
63 return width;
64 }
65
66 /** Semantic accessor for height as y.
67 *

Callers 15

access_tensorMethod · 0.45
adjust_odd_shapeFunction · 0.45
iterate_3DMethod · 0.45
iterate_2DMethod · 0.45
iterate_2D_internalMethod · 0.45
iterate_over_dim0Method · 0.45
compute_upsample_shapeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected