Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_3D
Method · 0.45
compute_conv3d_shape
Function · 0.45
get_reshaped_matmul_tensor
Function · 0.45
configure
Method · 0.45
configure
Method · 0.45
run_op
Method · 0.45
validate_arguments
Function · 0.45
configure
Method · 0.45
is_pool_3d_region_entirely_outside_input
Function · 0.45
scaled_3d_dimensions_signed
Function · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected