Searched refs:burstCompute (Results 1 – 3 of 3) sorted by relevance
594 const bool burstCompute = (burstController != nullptr); in execute() local595 if (burstCompute) { in execute()622 LOG(ERROR) << (burstCompute ? "IBurst" : "IPreparedModel") in execute()739 const bool burstCompute = (burstController != nullptr); in compute() local740 if (burstCompute) { in compute()776 LOG(ERROR) << (burstCompute ? "IBurst" : "IPreparedModel") in compute()
102 int burstCompute(BurstBuilder* burst) { return compute(nullptr, burst); } in burstCompute() function
956 const int n = r->burstCompute(b); in ANeuralNetworksExecution_burstCompute()