Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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
iterate_over_dim0
Method · 0.45
compute_vector_to_tensor_output_shape
Function · 0.45
compute_output_stage_shape
Function · 0.45
compute_space_to_batch_shape
Function · 0.45
compute_upsample_shape
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected