Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcollective_ops_utils.h83 int num_local_participants, in RendezvousKey()
87 num_local_participants(num_local_participants), in RendezvousKey()
94 k.num_local_participants, in AbslHashValue()
99 a.num_local_participants == b.num_local_participants &&
112 num_local_participants, static_cast<int>(collective_op_kind), op_id); in ToString()
117 int num_local_participants; member
304 key_.num_local_participants};
309 key_.num_local_participants)};
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc610 int num_local_participants = participating_devices.size(); in GetRendezvousKey() local
613 num_local_participants, op_kind, op_id}; in GetRendezvousKey()