Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
493
void TensorInfo::SetQuantizationOffset(int32_t offset)
494
{
495
m_Quantization.m_Offset = MakeOptional<int32_t>(offset);
496
}
497
498
Optional<unsigned int> TensorInfo::GetQuantizationDim() const
499
{
Callers
15
GetTensorInfoForTfLiteTensor
Function · 0.80
GetTensorInfoForTfLiteOpaqueTensor
Function · 0.80
SerializerTests.cpp
File · 0.80
OneToManyMappingTests.cpp
File · 0.80
Execute
Method · 0.80
RefEndToEndTests.cpp
File · 0.80
RefCreateSoftmaxWorkloadTest
Function · 0.80
ClSoftmaxWorkloadTest
Function · 0.80
NeonCreateSoftmaxWorkloadTest
Function · 0.80
IsMultiAxesReduceSupported
Function · 0.80
GatherEndToEnd
Function · 0.80
GatherMultiDimEndToEnd
Function · 0.80
Calls
no outgoing calls
Tested by
15
RefCreateSoftmaxWorkloadTest
Function · 0.64
ClSoftmaxWorkloadTest
Function · 0.64
NeonCreateSoftmaxWorkloadTest
Function · 0.64
GatherEndToEnd
Function · 0.64
GatherMultiDimEndToEnd
Function · 0.64
DetectionPostProcessEndToEnd
Function · 0.64
FullyConnectedWithDynamicWeightsEndToEnd
Function · 0.64
StridedSlice3DMaskedEndToEndTest
Function · 0.64
StridedSlice4DEndToEndTest
Function · 0.64
DequantizeEndToEndLayerTestImpl
Function · 0.64
GetSoftmaxProfilerJson
Function · 0.64
GatherNdEndToEnd
Function · 0.64