Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestFailingDriver.cpp156 ASSERT_TRUE(steps[2]->isGoto()); in TEST_F()
159 ASSERT_TRUE(steps[4]->isGoto()); in TEST_F()
DTestPartitioning.cpp2654 ASSERT_TRUE(steps[2]->isGoto()); in TEST_F()
2676 ASSERT_TRUE(steps[2]->isGoto()); in TEST_F()
2678 ASSERT_TRUE(steps[4]->isGoto()); in TEST_F()
/frameworks/ml/nn/runtime/
DExecutionPlan.h352 bool isGoto() const { return std::holds_alternative<GotoStep>(mStep); } in isGoto() function