Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestFailingDriver.cpp150 const ExecutionPlan& plan = compilationBuilder->forTest_getExecutionPlan(); in TEST_F()
200 const ExecutionPlan& plan = compilationBuilder->forTest_getExecutionPlan(); in TEST_F()
DTestIntrospectionControl.cpp241 c->forTest_getExecutionPlan().forTest_simpleGetDevice()->getName(); in TEST_F()
DTestPartitioningRandom.cpp226 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan()
DTestPartitioning.cpp896 const ExecutionPlan& getExecutionPlan() const { return builder()->forTest_getExecutionPlan(); } in getExecutionPlan()
/frameworks/ml/nn/runtime/
DCompilationBuilder.h69 const ExecutionPlan& forTest_getExecutionPlan() const { return mPlan; } in forTest_getExecutionPlan() function