Searched refs:CpuExecution (Results 1 – 1 of 1) sorted by relevance
941 class CpuExecution : public RuntimeExecution { class943 CpuExecution(const CpuPreparedModel& preparedModel, Request request, in CpuExecution() function in android::nn::CpuExecution1163 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()