STT-tensorflow/tensorflow/compiler/mlir
Rahul Joshi e60cf08994 [NFC] Re-instate use of FuncOp::isPublic()
PiperOrigin-RevId: 317774876
Change-Id: I6a832236377d403b1ebd24ecbc26025c37dc1c13
2020-06-22 18:24:39 -07:00
..
g3doc Updates metadata content 2020-04-03 15:21:31 -07:00
lite Add quantization support for tfl.transpose_conv 2020-06-22 13:46:24 -07:00
python Use Bazel target names aligned with upstream library names 2020-06-10 19:57:02 -07:00
tensorflow [NFC] Re-instate use of FuncOp::isPublic() 2020-06-22 18:24:39 -07:00
tfjs Use Bazel target names aligned with upstream library names 2020-06-10 19:57:02 -07:00
tools/kernel_gen Propagate noalias and alignment properties of TensorFlow ABI into kernels. 2020-06-22 07:13:58 -07:00
xla [MLIR] Remove TupleSelectOp from LHLO. 2020-06-22 16:08:30 -07:00
BUILD Use Bazel target names aligned with upstream library names 2020-06-10 19:57:02 -07:00
glob_lit_test.bzl Enable XLA MLIR GPU lit tests for open source. 2020-04-19 23:55:58 -07:00
init_mlir.cc Add InitMlir class to initialize using TF's InitMain and InitLLVM 2019-08-20 11:11:10 -07:00
init_mlir.h Add InitMlir class to initialize using TF's InitMain and InitLLVM 2019-08-20 11:11:10 -07:00
mlir_graph_optimization_pass_registration.cc [TF:MLIR] Add generic MLIR pass registration mechanism. 2020-03-10 16:04:53 -07:00
mlir_graph_optimization_pass.cc Include shape dialect registration 2020-05-26 14:19:58 -07:00
mlir_graph_optimization_pass.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
op_or_arg_name_mapper.cc Add an interface to add separator before appending numbers in OpOrArgNameMapper. 2020-04-21 19:02:02 -07:00
op_or_arg_name_mapper.h Add an interface to add separator before appending numbers in OpOrArgNameMapper. 2020-04-21 19:02:02 -07:00
README.md Update MLIR's website post move 2019-12-31 11:29:47 -08:00
runlit.cfg.py Undefined name: import sys for line 56 2020-06-07 12:57:05 +02:00
runlit.site.cfg.py Add json translation for tfjs mlir converter. 2020-05-12 10:52:05 -07:00
tf_mlir_opt_main.cc Disable allow-unregistered-dialect in tf-opt-main 2020-04-13 08:56:40 -07:00
tf_mlir_translate_main.cc Export the only one function of a saved model only when it matches with exported_names argument. 2020-05-07 09:31:46 -07:00

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.