Home
last modified time | relevance | path

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

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