HomeSort by relevance Sort by last modified time
    Searched refs:maximal_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding.h 118 return maximal_;
175 return replicated_ == other.replicated_ && maximal_ == other.maximal_ &&
213 maximal_(true),
219 maximal_(true),
225 maximal_(false),
231 maximal_(false),
242 bool maximal_; variable
hlo_sharding.cc 52 (maximal_ ? " maximal" : ""));
56 } else if (maximal_) {
78 CHECK(!maximal_);
94 if (maximal_) {
105 if (maximal_) {
118 CHECK(!maximal_); // Maximal shardings do not have a valid tile shape.
148 if (!replicated_ && maximal_ && !IsTuple()) {
253 // The tile shape must not be the same as the input shape without maximal_

Completed in 1674 milliseconds