tree: 8932e28b30063da90c3ce1c58a06df7a3a56f1e8 [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. op_or_arg_name_mapper.cc
  11. op_or_arg_name_mapper.h
  12. README.md
  13. runlit.cfg.py
  14. runlit.site.cfg.py
  15. tf_mlir_opt_main.cc
  16. 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.