STT-tensorflow/tensorflow/lite/testdata/string_input_model.bin
Dayeong Lee 70fab67be3 Support user-specified string input in tflite benchmark tools.
- Users can give it with flag "--input_layer_value_files". For example, if there are 2 input tensors, --input_layer_value_files=input1:input1_file_path,input2:input2_file.
- The list of strings are separated with the delimiter '\0'. For example, if the tensor shape is (1x3xSTRING), the file format should be "first_string_value\0second_string_value\0third_string_value\0".

PiperOrigin-RevId: 299272934
Change-Id: Iab5951c903fb4976e0dcf43dd09ba4695653dab3
2020-03-05 21:54:45 -08:00

644 B