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

Method data_layout

tests/NEON/Accessor.h:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104inline DataLayout Accessor::data_layout() const
105{
106 return _tensor.info()->data_layout();
107}
108
109inline DataType Accessor::data_type() const
110{

Callers 15

convert_from_asymmetricFunction · 0.45
convert_from_symmetricFunction · 0.45
validateFunction · 0.45
validate_wrapFunction · 0.45
float_converterFunction · 0.45
deconvolution_layerFunction · 0.45
scale_imageFunction · 0.45
crop_and_resizeFunction · 0.45
im2col_nchwFunction · 0.45
im2col_nhwcFunction · 0.45
im2colFunction · 0.45

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected