Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1684 auto& grouped_cache = in CreatePerGroupPartitioningState() local
1686 if (!grouped_cache) { in CreatePerGroupPartitioningState()
1687 grouped_cache = absl::make_unique<PartitionedHlo::ReshardCache>(); in CreatePerGroupPartitioningState()
1689 result.reshard_cache = grouped_cache.get(); in CreatePerGroupPartitioningState()