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

Method format

tests/SimpleTensor.h:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355template <typename T>
356Format SimpleTensor<T>::format() const
357{
358 return _format;
359}
360
361template <typename T>
362DataLayout SimpleTensor<T>::data_layout() const

Callers 15

fill_imageMethod · 0.45
save_to_ppmFunction · 0.45
SubTensorInfo.cppFile · 0.45
TensorInfoMethod · 0.45
initMethod · 0.45
collect_operatorsFunction · 0.45
check_fileFunction · 0.45
process_commentFunction · 0.45
mainFunction · 0.45
AssetsLibrary.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected