Home
last modified time | relevance | path

Searched refs:indexToFlatIndex (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DMaximumMinimum.cpp45 NN_CHECK(outputShapeIndexed.indexToFlatIndex(curIndex, &outputFlatIndex)); in evalGeneric()
71 NN_CHECK(outputShapeIndexed.indexToFlatIndex(curIndex, &outputFlatIndex)); in evalQuant8()
H A DSlice.cpp74 NN_RET_CHECK(indexedOutput.indexToFlatIndex(outputIndex, &outputOffset)); in evalGeneric()
75 NN_RET_CHECK(indexedInput.indexToFlatIndex(inputIndex, &inputOffset)); in evalGeneric()
H A DPow.cpp44 NN_CHECK(outputShapeIndexed.indexToFlatIndex(curIndex, &outputFlatIndex)); in evalGeneric()
H A DLogicalAndOr.cpp48 NN_RET_CHECK(outputShapeIndexed.indexToFlatIndex(curIndex, &outputFlatIndex)); in compute()
H A DPRelu.cpp56 NN_RET_CHECK(outputShapeIndexed.indexToFlatIndex(curIndex, &outputFlatIndex)); in eval()
H A DComparisons.cpp50 NN_RET_CHECK(outputShapeIndexed.indexToFlatIndex(curIndex, &outputFlatIndex)); in compute()
H A DBroadcast.cpp222 NN_RET_CHECK(outputShapeIndexed.indexToFlatIndex(curIndex, &outputFlatIndex)); in executeInt32()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DIndexedShapeWrapper.h43 bool indexToFlatIndex(const std::vector<uint32_t>& index, uint32_t* flatIndex) const;
/aosp12/packages/modules/NeuralNetworks/common/
H A DIndexedShapeWrapper.cpp61 bool IndexedShapeWrapper::indexToFlatIndex(const std::vector<uint32_t>& index, in indexToFlatIndex() function in android::nn::IndexedShapeWrapper