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