Searched refs:InterpreterTest (Results 1 – 5 of 5) sorted by relevance
148 name = "InterpreterTest",150 srcs = ["src/test/java/org/tensorflow/lite/InterpreterTest.java"],160 test_class = "org.tensorflow.lite.InterpreterTest",
480 friend class InterpreterTest; variable
29 class InterpreterTest : public ::testing::Test { class884 TEST_F(InterpreterTest, GetSetResetExternalContexts) { in TEST_F() argument1442 ASSERT_EQ(InterpreterTest::ModifyGraphWithDelegate(&interpreter, in TEST()
30 class InterpreterTest(test_util.TensorFlowTestCase): class
39 public final class InterpreterTest { class