Searched refs:is_cross_shard (Results 1 – 1 of 1) sorted by relevance
112 is_cross_shard(hlo->channel_id().has_value()), in GroupKey()127 if (is_cross_shard != other.is_cross_shard) { in operator <()128 return is_cross_shard < other.is_cross_shard; in operator <()154 bool is_cross_shard; member