Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.h42 stream_executor::port::Status ConvertMlirToGraph(
50 stream_executor::port::Status ConvertMlirToGraph(
Dmlir_roundtrip_pass.cc55 return ConvertMlirToGraph(*module, confs, graph, options.flib_def); in Export()
Dexport_graphdef.cc830 Status ConvertMlirToGraph(mlir::ModuleOp module, in ConvertMlirToGraph() function
839 Status ConvertMlirToGraph(mlir::ModuleOp module, in ConvertMlirToGraph() function
844 return ConvertMlirToGraph(module, configs, graph, flib_def, in ConvertMlirToGraph()
853 TF_RETURN_IF_ERROR(ConvertMlirToGraph(module, configs, &graph, &flib_def)); in ConvertMlirToGraphdef()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dmlir_bridge_pass.cc116 ConvertMlirToGraph(*module, confs, options.graph, options.flib_def), in Run()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_graph_optimization_pass.cc64 Status status = ConvertMlirToGraph(module_in, confs, &graph, &flib_def); in runOnModule()