Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dops.cc84 struct TFGraphOpAsmInterface struct
86 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 &region, in getAsmBlockArgumentNames()
93 void getAsmBlockNames(Operation *op, in getAsmBlockNames()
H A Ddialect.h67 class TFGraphOpAsmInterface; variable