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

Method SetQuantizationScale

src/armnn/Tensor.cpp:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void TensorInfo::SetQuantizationScale(float scale)
478{
479 m_Quantization.m_Scales = { scale };
480}
481
482int32_t TensorInfo::GetQuantizationOffset() const
483{

Callers 15

ExecuteMethod · 0.80
ExecuteMethod · 0.80
ClSoftmaxWorkloadTestFunction · 0.80
GatherEndToEndFunction · 0.80

Calls

no outgoing calls