Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    // type but not replicated.
    bool IsSplitSharding(const xla::OpSharding& sharding);
    
    // Returns whether the sharding is replicated. It includes sharding with
    // REPLICATED type and replicated OTHER type.
    bool IsReplicatedSharding(const xla::OpSharding& sharding);
    
    // Returns a map of dimension indices and number of splits for tiled sharding.
    absl::StatusOr<std::map<int, int>> GetDimensionIndicesAndNumSplitsFromSharding(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:18:34 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top