Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsCheck.cpp160 const Shape biasShape = model->getShape(ins[2]); in conv_2d() local
200 convPrepare(inputShape, filterShape, biasShape, padding_left, padding_right, padding_top, in conv_2d()
220 const Shape biasShape = model->getShape(ins[2]); in depthwise_conv_2d() local
261 depthwiseConvPrepare(inputShape, filterShape, biasShape, padding_left, padding_right, in depthwise_conv_2d()
297 const Shape biasShape = model->getShape(ins[2]); in fully_connected() local
299 HEXAGON_SOFT_ASSERT(fullyConnectedPrepare(inputShape, weightsShape, biasShape, &outShape), in fully_connected()