Searched refs:CancellationTest (Results 1 – 1 of 1) sorted by relevance
1476 class CancellationTest : public ::testing::Test { class1560 TEST_F(CancellationTest, CancelBeforeInvoke) { in TEST_F() argument1562 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() argument1576 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()