Searched defs:pass_pipeline (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/python/ |
H A D | mlir.cc | 102 const std::string& pass_pipeline, in RunPassPipelineOnModule() 127 const std::string& pass_pipeline, in ImportGraphDefImpl() 150 const std::string& pass_pipeline, in ImportFunction() 190 const std::string& pass_pipeline, in ImportGraphDef() 199 const std::string& pass_pipeline, in ImportGraphDef() 321 const std::string& pass_pipeline, in ExperimentalRunPassPipeline()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ |
H A D | mlir_wrapper.cc | 38 const std::string &pass_pipeline, bool show_debug_info) { in PYBIND11_MODULE() 55 const std::string &output_names) { in PYBIND11_MODULE() 106 bool show_debug_info) { in PYBIND11_MODULE()
|
H A D | pywrap_mlir.py | 24 pass_pipeline, argument 42 def import_function(concrete_function, pass_pipeline, show_debug_info): argument 78 def experimental_run_pass_pipeline(mlir_txt, pass_pipeline, show_debug_info): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/mlir/ |
H A D | mlir.py | 23 pass_pipeline='tf-standard-pipeline', argument 51 pass_pipeline='tf-standard-pipeline', argument
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/tfg_graph_transforms/ |
H A D | tfg_graph_transforms_main.cc | 199 mlir::PassPipelineCLParser pass_pipeline("", "TFG passes to run"); in main() local
|