Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DElementwise.cpp152 NN_RET_CHECK(SetShape(input, &output)); in prepare()
160 NN_RET_CHECK(SetShape(input, &output)); in prepareFloor()
DLogicalNot.cpp42 NN_RET_CHECK(SetShape(input, &output)); in prepare()
DNeg.cpp46 NN_RET_CHECK(SetShape(input, &output)); in prepare()
DPow.cpp64 return SetShape(baseShape, output); in prepare()
DReverse.cpp57 NN_RET_CHECK(SetShape(inputShape, &outputShape)); in prepare()
DSelect.cpp80 NN_RET_CHECK(SetShape(input1, &output)); in prepare()
DStridedSlice.cpp159 NN_RET_CHECK(SetShape(inputShape, &outputShape)); in prepare()
/packages/modules/NeuralNetworks/common/types/src/
DOperationsUtils.cpp41 bool SetShape(const Shape& in, Shape* out) { in SetShape() function
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h168 bool SetShape(const Shape& in, Shape* out);