Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tensor
Method · 0.45
access_predictions_tensor
Method · 0.45
adjust_odd_shape
Function · 0.45
calculate_subsampled_shape
Function · 0.45
iterate_3D
Method · 0.45
iterate_2D
Method · 0.45
iterate_2D_internal
Method · 0.45
compute_output_stage_shape
Function · 0.45
compute_space_to_batch_shape
Function · 0.45
compute_upsample_shape
Function · 0.45
compute_conv3d_shape
Function · 0.45
validate_arguments
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected