Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFlattenedShardings (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tpu_validate_inputs.cc

          return true;
        }
        op->emitOpError("TF/XLA TPU bridge input check: found invalid op. ")
            << "Can't be both xla and non-xla";
        return false;
      }
      return true;
    }
    void GetFlattenedShardings(llvm::SmallVector<xla::OpSharding>& shardings_result,
                               std::string shard_string) {
      xla::OpSharding sharding;
      if (shard_string.empty()) return;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 06:51:01 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top