Searched defs:pass_pipeline (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/compiler/mlir/ |
D | mlir.py | 27 pass_pipeline='tf-standard-pipeline', argument 55 pass_pipeline='tf-standard-pipeline', argument
|
/external/tensorflow/tensorflow/python/ |
D | pywrap_mlir.py | 27 def import_graphdef(graphdef, pass_pipeline, show_debug_info): argument 33 def import_function(concrete_function, pass_pipeline, show_debug_info): argument 65 def experimental_run_pass_pipeline(mlir_txt, pass_pipeline, show_debug_info): argument
|
D | mlir_wrapper.cc | 38 const std::string &pass_pipeline, bool show_debug_info) { in PYBIND11_MODULE() 89 bool show_debug_info) { in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/compiler/mlir/python/ |
D | mlir.cc | 51 const std::string &pass_pipeline, in RunPassPipelineOnModule() 75 const std::string &pass_pipeline, in ImportGraphDef() 97 const std::string &pass_pipeline, in ImportFunction() 238 const std::string &pass_pipeline, in ExperimentalRunPassPipeline()
|