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

Method SetQuantizationOffset

src/armnn/Tensor.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void TensorInfo::SetQuantizationOffset(int32_t offset)
494{
495 m_Quantization.m_Offset = MakeOptional<int32_t>(offset);
496}
497
498Optional<unsigned int> TensorInfo::GetQuantizationDim() const
499{

Callers 15

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

Calls

no outgoing calls