Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnsupportedPartitionedShardingType (0.2 sec)

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

                  : 1;
          for (int64_t i = 0; i < repeat_count; ++i) {
            tiled_inputs->push_back(split_op_output);
          }
        }
      }
    
      return mlir::success();
    }
    
    bool UnsupportedPartitionedShardingType(xla::OpSharding::Type sharding) {
      return sharding != xla::OpSharding::REPLICATED &&
             sharding != xla::OpSharding::OTHER;
    }
    
    }  // namespace
    
    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