Home
last modified time | relevance | path

Searched refs:ReshardCache (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h269 struct ReshardCache { struct
280 absl::flat_hash_map<std::string, std::unique_ptr<ReshardCache>> argument
290 ReshardCache* reshard_cache; argument
535 PartitionedHlo::ReshardCache reshard_cache_;
Dspmd_partitioner_util.cc1687 grouped_cache = absl::make_unique<PartitionedHlo::ReshardCache>(); in CreatePerGroupPartitioningState()