Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.cpp941 class CpuExecution : public RuntimeExecution { class
943 CpuExecution(const CpuPreparedModel& preparedModel, Request request, in CpuExecution() function in android::nn::CpuExecution
1163 auto execution = std::make_shared<CpuExecution>( in createReusableExecution()
1168 std::tuple<int, std::vector<OutputShape>, Timing> CpuExecution::compute( in compute()
1191 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> CpuExecution::computeFenced( in computeFenced()