Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CollectiveRewritePattern (0.15 sec)

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

                             // in this pass. Not thread-safe.
    };
    
    // Converts XlaAllReduce. Not thread-safe.
    class ConvertXlaAllReduce
        : public CollectiveRewritePattern<TF::XlaAllReduceOp> {
     public:
      using CollectiveRewritePattern::CollectiveRewritePattern;
    
      LogicalResult matchAndRewrite(TF::XlaAllReduceOp all_reduce,
                                    PatternRewriter& rewriter) const override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top