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

Method z

arm_compute/core/Size3D.h:79–82  ·  view source on GitHub ↗

Semantic accessor for depth as z. * * @return z. */

Source from the content-addressed store, hash-verified

77 * @return z.
78 */
79 size_t z() const
80 {
81 return depth;
82 }
83
84 bool operator!=(const Size3D &other) const
85 {

Callers 15

iterate_3DMethod · 0.45
compute_conv3d_shapeFunction · 0.45
configureMethod · 0.45
configureMethod · 0.45
run_opMethod · 0.45
validate_argumentsFunction · 0.45
configureMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected