Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DMaximumMinimum.cpp54 NN_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in evalGeneric()
82 NN_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in evalQuant8()
DPow.cpp53 NN_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in evalGeneric()
DLogicalAndOr.cpp50 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in compute()
DPRelu.cpp63 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in eval()
DSlice.cpp70 NN_RET_CHECK(indexedOutput.nextIndexInplace(&outputIndex, &lastIndex)); in evalGeneric()
DComparisons.cpp59 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in compute()
DBroadcast.cpp230 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in executeInt32()
/packages/modules/NeuralNetworks/common/include/
DIndexedShapeWrapper.h41 bool nextIndexInplace(std::vector<uint32_t>* index, bool* lastIndex) const;
/packages/modules/NeuralNetworks/common/
DIndexedShapeWrapper.cpp36 bool IndexedShapeWrapper::nextIndexInplace(std::vector<uint32_t>* index, bool* lastIndex) const { in nextIndexInplace() function in android::nn::IndexedShapeWrapper