Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h84 int burstCompute(BurstBuilder* burst) { return compute(nullptr, burst); } in burstCompute() function
DManager.cpp378 const bool burstCompute = (burstController != nullptr); in execute() local
380 if (burstCompute) { in execute()
401 if (!burstCompute || burstFallback) { in execute()
DNeuralNetworks.cpp891 const int n = r->burstCompute(b); in ANeuralNetworksExecution_burstCompute()