STT-tensorflow/tensorflow/lite/python/interpreter_wrapper
Terry Heo fe651f1252 Fix a bug on setting string input with np.array
Updated a logic for tf.lite.Interpreter.set_tensor() implementation.

PiperOrigin-RevId: 337439640
Change-Id: I02b51139b9e75b3442188d96d7d7124ad6d3b68b
2020-10-15 21:23:32 -07:00
..
BUILD Change TFLite python:interpreter target environment constraints to non_prod. 2020-10-06 13:49:25 -07:00
interpreter_wrapper_pybind11.cc Modify a way of getting tflite::Interpreter* from Interpreter python class 2020-08-20 14:51:05 -07:00
interpreter_wrapper.cc Allow passing custom op registerers by function 2020-08-17 17:28:22 -07:00
interpreter_wrapper.h Allow passing custom op registerers by function 2020-08-17 17:28:22 -07:00
numpy.cc Fix a bug on setting string input with np.array 2020-10-15 21:23:32 -07: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
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