Searched refs:computeOnCpuFallback (Results 1 – 2 of 2) sorted by relevance
273 std::tuple<int, std::vector<hal::OutputShape>, hal::Timing> computeOnCpuFallback();
470 return executor.computeOnCpuFallback(); in cpuFallbackFull()493 auto [n2, outputShapes, timing] = executor->computeOnCpuFallback(); in cpuFallbackPartial()1126 std::tuple<int, std::vector<OutputShape>, Timing> StepExecutor::computeOnCpuFallback() { in computeOnCpuFallback() function in android::nn::StepExecutor