Home
last modified time | relevance | path

Searched defs:inputOffset (Results 1 – 9 of 9) sorted by relevance

/packages/modules/NeuralNetworks/common/types/operations/src/
DDepthwiseConv2D.cpp93 int inputOffset = withExplicitPadding ? 3 : 0; in validate() local
DConv2D.cpp97 int inputOffset = withExplicitPadding ? 3 : 0; in validate() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DSlice.cpp61 uint32_t inputOffset; in evalGeneric() local
DGroupedConv2D.cpp117 int32_t inputOffset = -inputShape.offset; in groupedConvQuant8() local
215 int32_t inputOffset = -inputShape.offset; in groupedConvQuant8PerChannel() local
DFullyConnected.cpp108 int32_t inputOffset = -inputShape.offset; in fullyConnectedQuant8() local
DTransposeConv2D.cpp199 int32_t inputOffset = -inputShape.offset; in transposeConvNhwc() local
335 int32_t inputOffset = -inputShape.offset; in transposeConvQuant8PerChannelNhwc() local
DConv2D.cpp370 int32_t inputOffset = -inputShape.offset; in convQuant8PerChannelNhwc() local
463 [[maybe_unused]] int32_t inputOffset = -inputShape.offset; in convQuant8PerChannelNhwc() local
DDepthwiseConv2D.cpp296 int32_t inputOffset = -inputShape.offset; in depthwiseConvQuant8PerChannelNhwc() local
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1324 const size_t inputOffset = inputIndex * problemSize * problemSize; in TEST_P() local
1343 const size_t inputOffset = inputIndex * problemSize * problemSize; in TEST_P() local