Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/compiler/mlir/
Dmlir.py27 pass_pipeline='tf-standard-pipeline', argument
55 pass_pipeline='tf-standard-pipeline', argument
/external/tensorflow/tensorflow/python/
Dpywrap_mlir.py27 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
Dmlir_wrapper.cc38 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/
Dmlir.cc51 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()