tree: 7075206a72a4f6b98b158efcc54f32e3fa21f7a0 [path history] [tgz]
  1. g3doc/
  2. hlo/
  3. lite/
  4. python/
  5. tensorflow/
  6. tfjs/
  7. tools/
  8. xla/
  9. BUILD
  10. glob_lit_test.bzl
  11. init_mlir.cc
  12. init_mlir.h
  13. mlir_graph_optimization_pass.cc
  14. mlir_graph_optimization_pass.h
  15. mlir_graph_optimization_pass_registration.cc
  16. op_or_arg_name_mapper.cc
  17. op_or_arg_name_mapper.h
  18. README.md
  19. runlit.cfg.py
  20. runlit.site.cfg.py
  21. tf_mlir_opt_main.cc
  22. tf_mlir_translate_main.cc
tensorflow/compiler/mlir/README.md

MLIR dialects and utilities for TensorFlow, TensorFlow Lite and XLA.

This module contains the MLIR (Multi-Level Intermediate Representation) dialects and utilities for

  1. TensorFlow
  2. XLA
  3. TF Lite

See MLIR's website for complete documentation.