Searched refs:burstCompute (Results 1 – 3 of 3) sorted by relevance
538 const bool burstCompute = (burstController != nullptr); in execute() local539 if (burstCompute) { in execute()565 LOG(ERROR) << (burstCompute ? "IBurst" : "IPreparedModel") in execute()674 const bool burstCompute = (burstController != nullptr); in compute() local675 if (burstCompute) { in compute()710 LOG(ERROR) << (burstCompute ? "IBurst" : "IPreparedModel") in compute()
95 int burstCompute(BurstBuilder* burst) { return compute(nullptr, burst); } in burstCompute() function
916 const int n = r->burstCompute(b); in ANeuralNetworksExecution_burstCompute()