Home
last modified time | relevance | path

Searched refs:expected_num_strings (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.cc145 int expected_num_strings = GetStringCount(data_.raw); in TypedCheck() local
147 if (expected_num_strings != returned_num_strings) { in TypedCheck()
150 << ", but expected " << expected_num_strings << std::endl; in TypedCheck()
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver.cc268 int expected_num_strings = GetStringCount(data_.get()); in TypedCheckString() local
270 if (expected_num_strings != returned_num_strings) { in TypedCheckString()
273 << ", but expected " << expected_num_strings << std::endl; in TypedCheckString()