Searched refs:nextIndexInplace (Results 1 – 9 of 9) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | MaximumMinimum.cpp | 54 NN_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in evalGeneric() 82 NN_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in evalQuant8()
|
D | Pow.cpp | 53 NN_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in evalGeneric()
|
D | LogicalAndOr.cpp | 50 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in compute()
|
D | PRelu.cpp | 63 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in eval()
|
D | Slice.cpp | 70 NN_RET_CHECK(indexedOutput.nextIndexInplace(&outputIndex, &lastIndex)); in evalGeneric()
|
D | Comparisons.cpp | 59 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in compute()
|
D | Broadcast.cpp | 230 NN_RET_CHECK(outputShapeIndexed.nextIndexInplace(&curIndex, &lastIndex)); in executeInt32()
|
/packages/modules/NeuralNetworks/common/include/ |
D | IndexedShapeWrapper.h | 41 bool nextIndexInplace(std::vector<uint32_t>* index, bool* lastIndex) const;
|
/packages/modules/NeuralNetworks/common/ |
D | IndexedShapeWrapper.cpp | 36 bool IndexedShapeWrapper::nextIndexInplace(std::vector<uint32_t>* index, bool* lastIndex) const { in nextIndexInplace() function in android::nn::IndexedShapeWrapper
|