From cad4e91027a29a62c210d422ce1c9130e46f2199 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Tue, 2 Jun 2020 12:07:43 +0100 Subject: IVGCVSW-4780 Add QoS to AndroidNNDriver * Add model priority to ArmnnPreparedModel_1_3 * Add RequestThread_1_3 to allow execution based on priority * Add RETIRE_RATE to Android.mk to be able to configure the retire rate Signed-off-by: Narumol Prangnawarat Change-Id: Ic5f4309249b744c2a8f625c986eede381a26028b --- RequestThread.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'RequestThread.cpp') diff --git a/RequestThread.cpp b/RequestThread.cpp index a177b1a4..927af922 100644 --- a/RequestThread.cpp +++ b/RequestThread.cpp @@ -161,7 +161,6 @@ template class RequestThread; template class RequestThread; template class RequestThread; -template class RequestThread; #endif } // namespace armnn_driver -- cgit v1.2.1