Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for XlaAllReduceOp (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/xla_broadcast.cc

    using mlir::Type;
    using mlir::Value;
    using mlir::ValueRange;
    using mlir::WalkResult;
    using mlir::func::FuncOp;
    using mlir::TF::ConstOp;
    using mlir::TF::FillOp;
    using mlir::TF::IdentityOp;
    using mlir::TF::XlaAllReduceOp;
    using mlir::tf_device::ClusterOp;
    using mlir::tf_device::LaunchOp;
    using mlir::tf_device::ParallelExecuteOp;
    using mlir::tf_device::ReplicateOp;
    
    #define GEN_PASS_DEF_XLABROADCASTPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 18:52:07 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf_collective.cc

    };
    
    // 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 {
        DenseIntElementsAttr replica_groups;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config.cc

        TypeID::get<TF::UnsortedSegmentProdOp>(),
        TypeID::get<TF::UnsortedSegmentSumOp>(),
        TypeID::get<TF::XdivyOp>(),
        TypeID::get<TF::XlaSendTPUEmbeddingGradientsOp>(),
        TypeID::get<TF::XlaAllReduceOp>(),
        TypeID::get<TF::XlaGatherOp>(),
        TypeID::get<TF::Xlog1pyOp>(),
        TypeID::get<TF::XlogyOp>(),
        TypeID::get<TF::ZerosLikeOp>(),
        TypeID::get<TF::ZetaOp>(),
      };
      // clang-format on
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top