Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dsavedmodel_export.cc37 TF_RETURN_WITH_CONTEXT_IF_ERROR(ConvertToGraphDef(module, &new_graphdef), in ExportMlirToSavedModel()
H A Dgraphdef_export.h41 tensorflow::Status ConvertToGraphDef(ModuleOp module,
H A Dtfg-translate.cc52 mlir::tfg::ConvertToGraphDef(module, &graphdef); in __anon785cc3090202()
H A Dgraphdef_export.cc613 Status ConvertToGraphDef(ModuleOp module, tensorflow::GraphDef *graph) { in ConvertToGraphDef() function
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/
H A Dgraph_transform_wrapper.cc55 TF_RETURN_WITH_CONTEXT_IF_ERROR(ConvertToGraphDef(*module, &graphdef), in RunTransformOnGraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
H A Dverify_roundtrip.cc99 status = mlir::tfg::ConvertToGraphDef(*module, &new_graphdef); in main()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dtfg_optimizer_hook.cc155 ConvertToGraphDef(module, &graphdef), in Optimize()
/aosp_15_r20/external/tensorflow/tensorflow/tools/tfg_graph_transforms/
H A Dtfg_graph_transforms_main.cc178 mlir::tfg::ConvertToGraphDef(module_op, &new_graphdef), in ExportTFGModule()