Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsCheck.cpp44 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in addMul()
109 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in pool()
146 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in concatenation()
203 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in conv_2d()
264 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in depthwise_conv_2d()
283 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in dequantize()
301 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in fully_connected()
319 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in local_response_normalization()
334 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in activation()
385 HEXAGON_SOFT_ASSERT(model->setShape(outs[0], outShape), "Error setting shape"); in reshape()
[all …]
DHexagonModel.h86 bool setShape(uint32_t operand, const Shape& shape);
DHexagonModel.cpp117 bool Model::setShape(uint32_t operand, const Shape& shape) { in setShape() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Model