Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp681 static void asyncStartComputeOnCpu(const Model& model, const Request& request, in asyncStartComputeOnCpu() function
736 std::thread thread(asyncStartComputeOnCpu, model, std::move(request), in startComputeOnCpu()