Searched defs:ComputationToEmit (Results 1 – 2 of 2) sorted by relevance
465 struct ComputationToEmit { struct469 bool operator==(const ComputationToEmit& other) const { argument475 friend H AbslHashValue(H h, const ComputationToEmit& c) { in AbslHashValue() argument
1052 struct ComputationToEmit { struct1053 HloComputation* computation;1058 bool allow_reassociation;1060 bool operator==(const ComputationToEmit& other) const { in operator ==()