MCPcopy Create free account
hub / github.com/ARM-software/armnn / SetQuantizationDim

Method SetQuantizationDim

src/armnn/Tensor.cpp:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void TensorInfo::SetQuantizationDim(const Optional<unsigned int>& quantizationDim)
504{
505 m_Quantization.m_QuantizationDim = quantizationDim;
506}
507
508bool TensorInfo::IsQuantized() const
509{

Callers 4

PermutedFunction · 0.80
TensorTest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected