Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h204 void becomeSingleStep(const std::shared_ptr<Device> device,
DExecutionPlan.cpp712 void ExecutionPlan::becomeSingleStep(const std::shared_ptr<Device> device, in becomeSingleStep() function in android::nn::ExecutionPlan
789 plan->becomeSingleStep(nullptr /* CPU */, this); in partitionTheWork()
811 plan->becomeSingleStep(cpu ? nullptr : devices[bestDeviceIndex], this); in partitionTheWork()