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

Method y

arm_compute/core/Size3D.h:70–73  ·  view source on GitHub ↗

Semantic accessor for height as y. * * @return y. */

Source from the content-addressed store, hash-verified

68 * @return y.
69 */
70 size_t y() const
71 {
72 return height;
73 }
74
75 /** Semantic accessor for depth as z.
76 *

Callers 15

access_tensorMethod · 0.45
adjust_odd_shapeFunction · 0.45
iterate_3DMethod · 0.45
iterate_2DMethod · 0.45
iterate_2D_internalMethod · 0.45
compute_upsample_shapeFunction · 0.45
compute_conv3d_shapeFunction · 0.45
validate_argumentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected