STT-tensorflow/tensorflow/lite/python/interpreter_wrapper
Tiezhen WANG 1e8c13a7f0 TFLite Python API: allow float64, uint64 and complex128
I was confused by the error message saying that the interpreter got UNKNOWN type, which actually turns out to be float64.

Also removes a confusing comment. Since the input type is `int` not `enum`. -Wswitch-enum won't help.

PiperOrigin-RevId: 347300840
Change-Id: I732731871e969ae53e88c9cd7ffffdbd1ac8e314
2020-12-13 18:47:10 -08:00
..
BUILD Remove tensorflow/lite/experimental/tflite_api_dispatcher/tflite_api_dispatcher.h, 2020-11-23 15:40:16 -08:00
interpreter_wrapper_pybind11.cc Introduce new Python API for accessing SignatureDefs in a TFLite model. 2020-12-03 19:13:37 -08:00
interpreter_wrapper.cc Introduce new Python API for accessing SignatureDefs in a TFLite model. 2020-12-03 19:13:37 -08:00
interpreter_wrapper.h Introduce new Python API for accessing SignatureDefs in a TFLite model. 2020-12-03 19:13:37 -08:00
numpy.cc TFLite Python API: allow float64, uint64 and complex128 2020-12-13 18:47:10 -08:00
numpy.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
python_error_reporter.cc Refactor Python utility functions from Python wrapper. 2019-01-22 12:27:15 -08:00
python_error_reporter.h Add StatefulErrorReporter and make error_reporter() public from Interpreter API. 2020-10-05 14:59:44 -07:00
python_utils.cc tflite_convert: register custom op defs at the beginning of process 2020-10-05 14:54:04 -07:00
python_utils.h