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

Method data_layout

tests/SimpleTensor.h:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360
361template <typename T>
362DataLayout SimpleTensor<T>::data_layout() const
363{
364 return _data_layout;
365}
366
367template <typename T>
368DataType SimpleTensor<T>::data_type() const

Callers 15

TypePrinter.hFile · 0.45
fill_planar_tensorMethod · 0.45
preprocess_typedMethod · 0.45
access_tensorMethod · 0.45
fill_tensorMethod · 0.45
validate_argumentsFunction · 0.45
configureMethod · 0.45
validateMethod · 0.45
configureMethod · 0.45
validateMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected