Home
last modified time | relevance | path

Searched refs:outputOffset (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DSlice.cpp68 uint32_t outputOffset; in evalGeneric() local
74 NN_RET_CHECK(indexedOutput.indexToFlatIndex(outputIndex, &outputOffset)); in evalGeneric()
77 outputData[outputOffset] = inputData[inputOffset]; in evalGeneric()
DGroupedConv2D.cpp115 int32_t outputOffset = outputShape.offset; in groupedConvQuant8() local
166 sum += outputOffset; in groupedConvQuant8()
211 int32_t outputOffset = outputShape.offset; in groupedConvQuant8PerChannel() local
270 sum += outputOffset; in groupedConvQuant8PerChannel()
DConv2D.cpp235 int32_t outputOffset = outputShape.offset; in convNhwc() local
268 paddingHeight, outputOffset, output_multiplier, output_shift, in convNhwc()
374 int32_t outputOffset = outputShape.offset; in convQuant8PerChannelNhwc() local
431 sum += outputOffset; in convQuant8PerChannelNhwc()
467 int32_t outputOffset = outputShape.offset; in convQuant8PerChannelNhwc() local
DTransposeConv2D.cpp205 int32_t outputOffset = outputShape.offset; in transposeConvNhwc() local
268 outVal += outputOffset; in transposeConvNhwc()
340 int32_t outputOffset = outputShape.offset; in transposeConvQuant8PerChannelNhwc() local
410 outVal += outputOffset; in transposeConvQuant8PerChannelNhwc()
DFullyConnected.cpp114 int32_t outputOffset = outputShape.offset; in fullyConnectedQuant8() local
141 outputOffset, outputMultiplier, outputShift, in fullyConnectedQuant8()
DDepthwiseConv2D.cpp301 int32_t outputOffset = outputShape.offset; in depthwiseConvQuant8PerChannelNhwc() local
358 sum += outputOffset; in depthwiseConvQuant8PerChannelNhwc()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1388 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P() local
1391 nonPartitionedOutputs.begin() + outputOffset); in TEST_P()
1395 nonPartitionedOutputs.begin() + outputOffset); in TEST_P()
1400 dump(nonPartitionedOutputs.begin() + outputOffset, in TEST_P()
1401 nonPartitionedOutputs.begin() + outputOffset + problemSize * problemSize); in TEST_P()
1422 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P() local
1429 nonPartitionedOutputs.begin() + outputOffset)); in TEST_P()
1437 nonPartitionedOutputs.begin() + outputOffset)); in TEST_P()