Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLogicalNot.cpp58 NN_RET_CHECK(SetShape(input, &output)); in prepare()
DPow.cpp62 return SetShape(baseShape, output); in prepare()
DNeg.cpp66 NN_RET_CHECK(SetShape(input, &output)); in prepare()
DElementwise.cpp79 NN_RET_CHECK(SetShape(input, &output)); in prepare()
DSelect.cpp100 NN_RET_CHECK(SetShape(input1, &output)); in prepare()
/frameworks/ml/nn/common/
DOperationsUtils.cpp80 bool SetShape(const Shape& in, Shape* out) { in SetShape() function
347 return SetShape(input, output); in floorPrepare()
400 return SetShape(input, output); in genericActivationPrepare()
404 return SetShape(input, output); in genericNormalizationPrepare()
/frameworks/ml/nn/common/include/
DOperationsUtils.h139 bool SetShape(const Shape& in, Shape* out);