Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dconstraint_fusion_pass.cc74 struct CstrBroadcastableIntent { struct
75 explicit CstrBroadcastableIntent(Location loc) : loc(loc) {} in CstrBroadcastableIntent() function
78 inline bool operator<(const CstrBroadcastableIntent &rhs) const { in operator <()
85 inline bool operator>(const CstrBroadcastableIntent &rhs) const { in operator >()
88 inline bool operator<=(const CstrBroadcastableIntent &rhs) const { in operator <=()
91 inline bool operator>=(const CstrBroadcastableIntent &rhs) const { in operator >=()
95 inline bool operator==(const CstrBroadcastableIntent &rhs) const { in operator ==()
98 inline bool operator!=(const CstrBroadcastableIntent &rhs) const { in operator !=()
102 Location loc;
103 SmallVector<CstrBroadcastableOperand> operands;