Searched refs:bias_max (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonOperationsPrepare.cpp | 626 const hexagon_nn_input& bias_max = model->getQuantizationMax(ins[2]); in conv_2d() local 632 OP_QuantizedConv2d_8x8to32, pad, {bias, bias_min, bias_max}, act, in conv_2d() 683 const hexagon_nn_input& bias_max = model->getQuantizationMax(ins[2]); in depthwise_conv_2d() local 690 OP_QuantizedDepthwiseConv2d_8x8to32, pad, {bias, bias_min, bias_max}, act, in depthwise_conv_2d() 726 const hexagon_nn_input& bias_max = model->getQuantizationMax(ins[2]); in fully_connected() local 730 OP_QuantizedMatMul_8x8to32, NN_PAD_NA, {bias, bias_min, bias_max}, act, in fully_connected()
|