/external/libchrome-gestures/include/ |
D | interpreter.h | 37 FRIEND_TEST(InterpreterTest, SimpleTest); 38 FRIEND_TEST(InterpreterTest, ResetLogTest); 39 FRIEND_TEST(InterpreterTest, LoggingDisabledByDefault); 41 FRIEND_TEST(InterpreterTest, EventDebugLoggingEnableTest); 42 FRIEND_TEST(InterpreterTest, LogHardwareStateTest); 43 FRIEND_TEST(InterpreterTest, LogGestureTest); 44 FRIEND_TEST(InterpreterTest, LogHandleTimerTest);
|
/external/libchrome-gestures/src/ |
D | interpreter_unittest.cc | 20 class InterpreterTest : public ::testing::Test {}; class 76 TEST(InterpreterTest, SimpleTest) { in TEST() argument 165 TEST(InterpreterTest, ResetLogTest) { in TEST() argument 191 TEST(InterpreterTest, LoggingDisabledByDefault) { in TEST() argument 209 TEST(InterpreterTest, EventDebugLoggingEnableTest) { in TEST() argument 224 TEST(InterpreterTest, LogHardwareStateTest) { in TEST() argument 255 TEST(InterpreterTest, LogGestureTest) { in TEST() argument 278 TEST(InterpreterTest, LogHandleTimerTest) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_test_util.h | 35 class InterpreterTest : public ::testing::Test { 37 InterpreterTest() : interpreter_(new Interpreter) {} in InterpreterTest() function
|
D | interpreter_test.cc | 1160 TEST_F(InterpreterTest, SubgraphNumbering) { in TEST_F() argument 1186 TEST_F(InterpreterTest, GetSetResetExternalContexts) { in TEST_F() argument 1221 TEST_F(InterpreterTest, SetNumThreadsSucceedsWithZero) { in TEST_F() argument 1234 TEST_F(InterpreterTest, ExternalBackendContextClearsCachesOnDelete) { in TEST_F() argument 1255 class TestExecutionPlan : public InterpreterTest { 1414 ASSERT_EQ(InterpreterTest::ModifyGraphWithDelegate(&interpreter, in TEST() 1448 class CancellationTest : public InterpreterTest { 1559 class TestCustomAllocation : public InterpreterTest { 1996 class TestLazyDelegateProvider : public InterpreterTest { 2106 TEST_F(InterpreterTest, SingleSignature_get_signatures) { in TEST_F() argument [all …]
|
D | interpreter.h | 53 class InterpreterTest; // Class for friend declarations. variable 737 friend class tflite::InterpreterTest;
|
/external/pytorch/test/cpp/jit/ |
D | test_interpreter.cpp | 127 TEST(InterpreterTest, Basic_CUDA) { in TEST() argument 150 TEST(InterpreterTest, IgnorableArgsInSchema) { in TEST() argument 178 TEST(InterpreterTest, IgnorableArgsInSchemaWithOut) { in TEST() argument 187 TEST(InterpreterTest, runAsyncBasicTest) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | subgraph_test_util.h | 126 class ControlFlowOpTest : public InterpreterTest {
|
/external/tensorflow/tensorflow/lite/java/ |
D | BUILD | 579 name = "InterpreterTest", 582 "src/test/java/org/tensorflow/lite/InterpreterTest.java", 598 test_class = "org.tensorflow.lite.InterpreterTest", 820 "src/test/java/org/tensorflow/lite/InterpreterTest.java",
|
/external/tensorflow/tensorflow/lite/python/ |
D | interpreter_test.py | 82 class InterpreterTest(test_util.TensorFlowTestCase): class
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
D | InterpreterTest.java | 35 public final class InterpreterTest { class
|