Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.h465 struct ComputationToEmit { struct
469 bool operator==(const ComputationToEmit& other) const { argument
475 friend H AbslHashValue(H h, const ComputationToEmit& c) { in AbslHashValue() argument
H A Dcpu_compiler.cc1052 struct ComputationToEmit { struct
1053 HloComputation* computation;
1058 bool allow_reassociation;
1060 bool operator==(const ComputationToEmit& other) const { in operator ==()