Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.cc94 struct TFDecodeAttributesInterface : public DialectDecodeAttributesInterface { struct
95 TFDecodeAttributesInterface(Dialect *dialect) in TFDecodeAttributesInterface() argument
225 addInterfaces<TFInlinerInterface, TFDecodeAttributesInterface, in TensorFlowDialect()