Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateTflPadOp (0.14 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

          // extra pad op will allow us to always set the `padding` attribute of
          // the newly created tfl.conv_2d op as "VALID".
          TFL::PadOp pad_op =
              CreateTflPadOp(op.getLoc(), padding_attr, input_value, rewriter);
          input_value = pad_op.getResult();
        }
    
        const Type output_type = GetQuantizedOutputType(
            op, rewriter, has_i32_output, fuse_bias_constant);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top