Home
last modified time | relevance | path

Searched refs:SetShape (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DElementwise.cpp131 NN_RET_CHECK(SetShape(input, &output)); in prepare()
139 NN_RET_CHECK(SetShape(input, &output)); in prepareFloor()
H A DLogicalNot.cpp58 NN_RET_CHECK(SetShape(input, &output)); in prepare()
H A DPow.cpp64 return SetShape(baseShape, output); in prepare()
H A DNeg.cpp65 NN_RET_CHECK(SetShape(input, &output)); in prepare()
H A DSelect.cpp102 NN_RET_CHECK(SetShape(input1, &output)); in prepare()
H A DStridedSlice.cpp203 NN_RET_CHECK(SetShape(inputShape, &outputShape)); in prepare()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DOperationsUtils.h127 bool SetShape(const Shape& in, Shape* out);
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp126 bool SetShape(const Shape& in, Shape* out) { in SetShape() function