Home
last modified time | relevance | path

Searched refs:ParseFuncAttr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.cc292 FuncAttr ParseFuncAttr(MLIRContext *context, StringRef spec, Location loc) { in ParseFuncAttr() function
338 if (spec.startswith("func")) return ParseFuncAttr(getContext(), spec, loc); in parseAttribute()