Home
last modified time | relevance | path

Searched refs:IndexedShapeWrapper (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NeuralNetworks/common/
DIndexedShapeWrapper.cpp28 IndexedShapeWrapper::IndexedShapeWrapper(const Shape& wrapped_shape) : shape(&wrapped_shape) { in IndexedShapeWrapper() function in android::nn::IndexedShapeWrapper
36 bool IndexedShapeWrapper::nextIndexInplace(std::vector<uint32_t>* index, bool* lastIndex) const { in nextIndexInplace()
61 bool IndexedShapeWrapper::indexToFlatIndex(const std::vector<uint32_t>& index, in indexToFlatIndex()
72 bool IndexedShapeWrapper::broadcastedIndexToFlatIndex(const std::vector<uint32_t>& index, in broadcastedIndexToFlatIndex()
88 bool IndexedShapeWrapper::isValid(const std::vector<uint32_t>& index) const { in isValid()
DAndroid.bp139 "IndexedShapeWrapper.cpp",
285 "IndexedShapeWrapper.cpp",
/packages/modules/NeuralNetworks/common/cpu_operations/
DMaximumMinimum.cpp37 IndexedShapeWrapper aShapeIndexed(aShape); in evalGeneric()
38 IndexedShapeWrapper bShapeIndexed(bShape); in evalGeneric()
39 IndexedShapeWrapper outputShapeIndexed(outputShape); in evalGeneric()
63 IndexedShapeWrapper aShapeIndexed(aShape); in evalQuant8()
64 IndexedShapeWrapper bShapeIndexed(bShape); in evalQuant8()
65 IndexedShapeWrapper outputShapeIndexed(outputShape); in evalQuant8()
DPow.cpp36 IndexedShapeWrapper baseShapeIndexed(baseShape); in evalGeneric()
37 IndexedShapeWrapper exponentShapeIndexed(exponentShape); in evalGeneric()
38 IndexedShapeWrapper outputShapeIndexed(outputShape); in evalGeneric()
DLogicalAndOr.cpp35 IndexedShapeWrapper aShapeIndexed(aShape); in compute()
36 IndexedShapeWrapper bShapeIndexed(bShape); in compute()
37 IndexedShapeWrapper outputShapeIndexed(outputShape); in compute()
DSlice.cpp49 const IndexedShapeWrapper indexedOutput = IndexedShapeWrapper(outputShape); in evalGeneric()
50 const IndexedShapeWrapper indexedInput = IndexedShapeWrapper(inputShape); in evalGeneric()
DPRelu.cpp48 IndexedShapeWrapper aShapeIndexed(aShape); in eval()
49 IndexedShapeWrapper bShapeIndexed(bShape); in eval()
50 IndexedShapeWrapper outputShapeIndexed(outputShape); in eval()
DComparisons.cpp37 IndexedShapeWrapper aShapeIndexed(aShape); in compute()
38 IndexedShapeWrapper bShapeIndexed(bShape); in compute()
39 IndexedShapeWrapper outputShapeIndexed(outputShape); in compute()
DBroadcast.cpp215 IndexedShapeWrapper aShapeIndexed(aShape); in executeInt32()
216 IndexedShapeWrapper bShapeIndexed(bShape); in executeInt32()
217 IndexedShapeWrapper outputShapeIndexed(outputShape); in executeInt32()
/packages/modules/NeuralNetworks/common/include/
DIndexedShapeWrapper.h32 class IndexedShapeWrapper {
34 IndexedShapeWrapper(const Shape& wrapped_shape);