Searched defs:IsMerge (Results 1 – 10 of 10) sorted by relevance
36 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() function48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() function
35 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() function48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() function
93 def IsMerge(op): function
165 bool IsMerge() const { return class_ == NC_MERGE; } in IsMerge() function846 inline bool IsMerge(const Node* node) { return node->IsMerge(); } in IsMerge() function
49 inline bool IsMerge(const NodeDef& node_def) { in IsMerge() function
28 inline bool IsMerge(const NodeDef& node_def) { in IsMerge() function
61 inline bool IsMerge(const NodeDef& node_def) { in IsMerge() function
377 bool IsMerge(const NodeDef& node) { in IsMerge() function
528 bool TFGraphDialect::IsMerge(TFOp op) const { in IsMerge() function in mlir::tfg::TFGraphDialect