Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h224 std::shared_ptr<ExecutionStep> createNewStep(const std::shared_ptr<Device> device);
DExecutionPlan.cpp884 std::shared_ptr<ExecutionStep> ExecutionPlan::createNewStep(const std::shared_ptr<Device> device) { in createNewStep() function in android::nn::ExecutionPlan
1029 std::shared_ptr<ExecutionStep> step = plan->createNewStep(devices[deviceIndex]); in partitionTheWork()