Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WrapOperandsInUnrealizedCastAndConvert (0.24 sec)

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

    // changes to the operand, and apply type converter to operands:
    //   V0 = op(operand)
    //   ==>
    //   V0 = unrealized_cast(operand)
    //   V1 = op(V0)
    void WrapOperandsInUnrealizedCastAndConvert(Operation *op,
                                                TypeConverter &converter,
                                                IRRewriter &rewriter) {
      for (int i = 0; i < op->getNumOperands(); ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 19:48:51 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top