Searched defs:TFGraphOpAsmInterface (Results 1 – 2 of 2) sorted by relevance
84 struct TFGraphOpAsmInterface struct86 static bool classof(Operation *op) { return true; } in classof()88 void getAsmResultNames(Operation *op, OpAsmSetValueNameFn set_name_fn) const { in getAsmResultNames()91 void getAsmBlockArgumentNames(Operation *op, Region ®ion, in getAsmBlockArgumentNames()93 void getAsmBlockNames(Operation *op, in getAsmBlockNames()
67 class TFGraphOpAsmInterface; variable