Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.cpp538 const bool burstCompute = (burstController != nullptr); in execute() local
539 if (burstCompute) { in execute()
565 LOG(ERROR) << (burstCompute ? "IBurst" : "IPreparedModel") in execute()
674 const bool burstCompute = (burstController != nullptr); in compute() local
675 if (burstCompute) { in compute()
710 LOG(ERROR) << (burstCompute ? "IBurst" : "IPreparedModel") in compute()
DExecutionBuilder.h95 int burstCompute(BurstBuilder* burst) { return compute(nullptr, burst); } in burstCompute() function
DNeuralNetworks.cpp916 const int n = r->burstCompute(b); in ANeuralNetworksExecution_burstCompute()