Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A 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()
H A DAndroid.bp171 "IndexedShapeWrapper.cpp",
294 "IndexedShapeWrapper.cpp",
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A 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()
H A DPow.cpp36 IndexedShapeWrapper baseShapeIndexed(baseShape); in evalGeneric()
37 IndexedShapeWrapper exponentShapeIndexed(exponentShape); in evalGeneric()
38 IndexedShapeWrapper outputShapeIndexed(outputShape); in evalGeneric()
H A DLogicalAndOr.cpp41 IndexedShapeWrapper aShapeIndexed(aShape); in compute()
42 IndexedShapeWrapper bShapeIndexed(bShape); in compute()
43 IndexedShapeWrapper outputShapeIndexed(outputShape); in compute()
H A DSlice.cpp57 const IndexedShapeWrapper indexedOutput = IndexedShapeWrapper(outputShape); in evalGeneric()
58 const IndexedShapeWrapper indexedInput = IndexedShapeWrapper(inputShape); in evalGeneric()
H A DPRelu.cpp49 IndexedShapeWrapper aShapeIndexed(aShape); in eval()
50 IndexedShapeWrapper bShapeIndexed(bShape); in eval()
51 IndexedShapeWrapper outputShapeIndexed(outputShape); in eval()
H A DComparisons.cpp43 IndexedShapeWrapper aShapeIndexed(aShape); in compute()
44 IndexedShapeWrapper bShapeIndexed(bShape); in compute()
45 IndexedShapeWrapper outputShapeIndexed(outputShape); in compute()
H A DBroadcast.cpp215 IndexedShapeWrapper aShapeIndexed(aShape); in executeInt32()
216 IndexedShapeWrapper bShapeIndexed(bShape); in executeInt32()
217 IndexedShapeWrapper outputShapeIndexed(outputShape); in executeInt32()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DIndexedShapeWrapper.h30 class IndexedShapeWrapper {
32 IndexedShapeWrapper(const Shape& wrapped_shape);