Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUpdate (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            op.getLoc(), unpacked_indices_type, op.getIndices(),
            IntegerAttr::get(rewriter.getIntegerType(64), 0));
        rewriter.replaceOpWithNewOp<mhlo::DynamicUpdateSliceOp>(
            op, op.getType(), op.getInput(), op.getUpdate(),
            unpacked_indices.getOutput());
        return success();
      }
    };
    
    // Converts a TF XlaReduceScatter op to ReduceScatter HLO.
    class ConvertXlaReduceScatterOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top