Searched refs:ConvertMlirToGraph (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | export_graphdef.h | 42 stream_executor::port::Status ConvertMlirToGraph( 50 stream_executor::port::Status ConvertMlirToGraph(
|
D | mlir_roundtrip_pass.cc | 55 return ConvertMlirToGraph(*module, confs, graph, options.flib_def); in Export()
|
D | export_graphdef.cc | 830 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/ |
D | mlir_bridge_pass.cc | 116 ConvertMlirToGraph(*module, confs, options.graph, options.flib_def), in Run()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tf_graph_optimization_pass.cc | 64 Status status = ConvertMlirToGraph(module_in, confs, &graph, &flib_def); in runOnModule()
|