Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.h65 static StringRef GetStatefulAttrName() { return "tf.signature.is_stateful"; } in GetStatefulAttrName() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc663 auto stateful_string = mlir::TF::TensorFlowDialect::GetStatefulAttrName(); in ConvertLibFunction()
Dimport_model.cc1268 auto stateful_str = mlir::TF::TensorFlowDialect::GetStatefulAttrName(); in ConvertLibFunction()