Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsCheck.cpp42 Shape outShape = model->getShape(outs[0]); in addMul() local
43 HEXAGON_SOFT_ASSERT(addMulPrepare(in1Shape, in2Shape, &outShape), "Error getting shape"); in addMul()
44 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in addMul()
104 Shape outShape = model->getShape(outs[0]); in pool() local
107 stride_width, stride_height, filter_width, filter_height, &outShape), in pool()
109 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in pool()
144 Shape outShape = model->getShape(outs[0]); in concatenation() local
145 HEXAGON_SOFT_ASSERT(concatenationPrepare(inShapes, axis, &outShape), "Error getting shape"); in concatenation()
146 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in concatenation()
198 Shape outShape = model->getShape(outs[0]); in conv_2d() local
[all …]