Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc1056 Type bias_ety = in matchAndRewrite() local
1059 bias_ety = unquantized_bias.getType().cast<ShapedType>().getElementType(); in matchAndRewrite()
1062 rewriter, op->getLoc(), output_type.clone(bias_ety), in matchAndRewrite()
1193 Type bias_ety = zero_bias->getType().cast<ShapedType>().getElementType(); in matchAndRewrite() local
1196 rewriter, op->getLoc(), output_type.clone(bias_ety), tfl_conv_op.input(), in matchAndRewrite()
1317 Type bias_ety = in matchAndRewrite() local
1320 bias_ety = unquantized_bias.getType().cast<ShapedType>().getElementType(); in matchAndRewrite()
1323 rewriter, op->getLoc(), output_type.clone(bias_ety), in matchAndRewrite()
1560 Type bias_ety = bias_val.getType().cast<ShapedType>().getElementType(); in matchAndRewrite() local
1563 rewriter, op->getLoc(), UnrankedTensorType::get(bias_ety), input_val, in matchAndRewrite()