STT-tensorflow/tensorflow/lite/python/optimize
Jaesung Chung f954b2770d Add uint64 tensor support in TFLite
Even though we do not support uint64 op kernels on mobile, it is inevitable to
support uint64 tensors in order to enable TF uint64 ops via flex delegate.

This CL enables the uint64 tensor type in MLIR converter only.

PiperOrigin-RevId: 342939673
Change-Id: I24f422040f82cad7affce4b921361f79e8a51730
2020-11-17 14:01:21 -08:00
..
test_data Allow string tensors to be fed to calibration wrapper 2020-08-12 20:25:12 -07:00
BUILD Append intermediate tensors to fused operator if necessary before creating calibrator. 2020-10-20 13:02:10 -07:00
calibration_wrapper_pybind11.cc Append intermediate tensors to fused operator if necessary before creating calibrator. 2020-10-20 13:02:10 -07:00
calibration_wrapper.cc Add uint64 tensor support in TFLite 2020-11-17 14:01:21 -08:00
calibration_wrapper.h Append intermediate tensors to fused operator if necessary before creating calibrator. 2020-10-20 13:02:10 -07:00
calibrator_test.py Append intermediate tensors to fused operator if necessary before creating calibrator. 2020-10-20 13:02:10 -07:00
calibrator.py fix typos in lite directory 2020-10-29 04:39:35 +03:00