Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_sharding_util.cc215 int64_t smallest_to_merge = in MergeShardingIfCompatible() local
218 if (smallest_to_merge < smallest_dst) { in MergeShardingIfCompatible()
224 if (dst_group_members[dst_group_id].count(smallest_to_merge) == 0) { in MergeShardingIfCompatible()
227 *device = smallest_to_merge; in MergeShardingIfCompatible()