Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h499 bool isIf() const { return std::holds_alternative<IfStep>(mStep); } in isIf() function
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1203 if (step->isIf()) { in checkExecutionPlanSteps()