Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsReplicatedSharding (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/xla_sharding_util.cc

    }
    
    bool IsSplitSharding(const xla::OpSharding& sharding) {
      return sharding.type() == xla::OpSharding::OTHER &&
             !IsOtherReplicatedSharding(sharding);
    }
    
    bool IsReplicatedSharding(const xla::OpSharding& sharding) {
      return sharding.type() == xla::OpSharding::REPLICATED ||
             IsOtherReplicatedSharding(sharding);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 34K bytes
    - Viewed (0)
Back to top