Home
last modified time | relevance | path

Searched defs:pass_pipeline (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/python/
H A Dmlir.cc102 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 Dmlir_wrapper.cc38 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 Dpywrap_mlir.py24 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 Dmlir.py23 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 Dtfg_graph_transforms_main.cc199 mlir::PassPipelineCLParser pass_pipeline("", "TFG passes to run"); in main() local