tree: c833178c9f949f31d7e052a41fa834165526ceda [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_name_mapper.cc
  11. op_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 repo for complete documentation.