| 31 | #include "tensorflow/lite/testing/tflite_driver.h" |
| 32 | |
| 33 | std::string dirname(const std::string& s) { |
| 34 | return s.substr(0, s.find_last_of("/")); |
| 35 | } |
| 36 | |
| 37 | bool Interpret(const char* examples_filename, bool use_nnapi) { |
| 38 | std::ifstream tflite_stream(examples_filename); |