Home
last modified time | relevance | path

Searched defs:CollectiveInfo (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.h164 struct CollectiveInfo { struct
165 int group_key;
166 int group_size;
167 int next_id;
170 friend H AbslHashValue(H h, const CollectiveInfo& info) { in AbslHashValue()