Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h350 bool isIf() const { return std::holds_alternative<IfStep>(mStep); } in isIf() function
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp2666 ASSERT_TRUE(steps[0]->isIf()); in TEST_F()