Searched refs:tflite_test_case (Results 1 – 1 of 1) sorted by relevance
264 string tflite_test_case = test_path + "_tests.txt"; in TEST_P() local268 std::ifstream tflite_stream(tflite_test_case); in TEST_P()269 ASSERT_TRUE(tflite_stream.is_open()) << tflite_test_case; in TEST_P()
Completed in 5 milliseconds