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

Method quantization_info

tests/SimpleTensor.h:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334
335template <typename T>
336QuantizationInfo SimpleTensor<T>::quantization_info() const
337{
338 return _quantization_info;
339}
340
341template <typename T>
342SimpleTensor<T> &SimpleTensor<T>::quantization_info(const QuantizationInfo &qinfo)

Callers 15

TypePrinter.hFile · 0.45
configureMethod · 0.45
validate_mmFunction · 0.45
configure_mmMethod · 0.45
configure_mmMethod · 0.45
validate_mmMethod · 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