Searched refs:createNewStep (Results 1 – 2 of 2) sorted by relevance
224 std::shared_ptr<ExecutionStep> createNewStep(const std::shared_ptr<Device> device);
884 std::shared_ptr<ExecutionStep> ExecutionPlan::createNewStep(const std::shared_ptr<Device> device) { in createNewStep() function in android::nn::ExecutionPlan1029 std::shared_ptr<ExecutionStep> step = plan->createNewStep(devices[deviceIndex]); in partitionTheWork()