Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc1055 Value unquantized_bias = tfl_conv2d_op.bias(); in matchAndRewrite() local
1058 if (unquantized_bias) in matchAndRewrite()
1059 bias_ety = unquantized_bias.getType().cast<ShapedType>().getElementType(); in matchAndRewrite()
1063 tfl_conv2d_op.input(), tfl_conv2d_op.filter(), unquantized_bias, pad, in matchAndRewrite()
1316 Value unquantized_bias = tfl_conv2d_op.bias(); in matchAndRewrite() local
1319 if (unquantized_bias) in matchAndRewrite()
1320 bias_ety = unquantized_bias.getType().cast<ShapedType>().getElementType(); in matchAndRewrite()
1324 tfl_conv2d_op.input(), a2_filter_reshape_op.getResult(), unquantized_bias, in matchAndRewrite()