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

Method shape

tests/NEON/Accessor.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84inline TensorShape Accessor::shape() const
85{
86 return _tensor.info()->tensor_shape();
87}
88
89inline size_t Accessor::element_size() const
90{

Callers 15

convert_from_asymmetricFunction · 0.45
convert_to_asymmetricFunction · 0.45
convert_to_symmetricFunction · 0.45
convert_from_symmetricFunction · 0.45
matrix_multiplyFunction · 0.45
transpose_matrixFunction · 0.45
get_tileFunction · 0.45
zerosFunction · 0.45
check_border_elementFunction · 0.45
validateFunction · 0.45
validateFunction · 0.45
validate_wrapFunction · 0.45

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected