Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util.cc1131 absl::flat_hash_set<int64> used_set; in DevicesForSharding() local
1132 DevicesForShardingInternal(sharding, available_set, &used_set); in DevicesForSharding()
1135 if (used_set.contains(device)) { in DevicesForSharding()