tree: 0b46fac25829efcb2d342869497bf74bbb9b1c43 [path history] [tgz]
  1. g3doc/
  2. lite/
  3. python/
  4. tensorflow/
  5. xla/
  6. BUILD
  7. glob_lit_test.bzl
  8. init_mlir.cc
  9. init_mlir.h
  10. mlir_graph_optimization_pass.cc
  11. mlir_graph_optimization_pass.h
  12. mlir_graph_optimization_pass_registration.cc
  13. op_or_arg_name_mapper.cc
  14. op_or_arg_name_mapper.h
  15. README.md
  16. runlit.cfg.py
  17. runlit.site.cfg.py
  18. tf_mlir_opt_main.cc
  19. 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.