Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestFailingDriver.cpp149 const ExecutionPlan& plan = compilationBuilder->forTest_getExecutionPlan(); in TEST_F()
199 const ExecutionPlan& plan = compilationBuilder->forTest_getExecutionPlan(); in TEST_F()
DTestPartitioningRandom.cpp242 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan()
DTestIntrospectionControl.cpp246 c->forTest_getExecutionPlan().forTest_simpleGetDevice()->getName(); in TEST_F()
DTestPartitioning.cpp962 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan()
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.h83 const ExecutionPlan& forTest_getExecutionPlan() const { return mPlan; } in forTest_getExecutionPlan() function