Home
last modified time | relevance | path

Searched refs:mlir_txt (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/
Dpywrap_mlir.py65 def experimental_run_pass_pipeline(mlir_txt, pass_pipeline, show_debug_info): argument
67 mlir_txt.encode('utf-8'), pass_pipeline.encode('utf-8'), show_debug_info)
Dmlir_wrapper.cc88 [](const std::string &mlir_txt, const std::string &pass_pipeline, in PYBIND11_MODULE()
93 mlir_txt, pass_pipeline, show_debug_info, status.get()); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.h90 std::string ExperimentalRunPassPipeline(const std::string &mlir_txt,
Dmlir.cc237 std::string ExperimentalRunPassPipeline(const std::string &mlir_txt, in ExperimentalRunPassPipeline() argument
247 module = mlir::parseSourceString(mlir_txt, &context); in ExperimentalRunPassPipeline()