Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc1476 class CancellationTest : public ::testing::Test { class
1560 TEST_F(CancellationTest, CancelBeforeInvoke) { in TEST_F() argument
1562 CancellationTest::MakeOkNode(1, 2); in TEST_F()
1565 CancellationTest::Cancel(); in TEST_F()
1566 TfLiteStatus invoke_error_code = CancellationTest::Invoke(); in TEST_F()
1570 TEST_F(CancellationTest, CancelDuringInvoke) { in TEST_F() argument
1576 CancellationTest::MakeCancelNode(0, 1); in TEST_F()
1577 CancellationTest::MakeOkNode(1, 2); in TEST_F()
1580 TfLiteStatus invoke_error_code = CancellationTest::Invoke(); in TEST_F()