Skip to content

Commit

Permalink
IVGCVSW-4525 Adding TPIP comments to source
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Eilers <jan.eilers@arm.com>
Change-Id: I4cd521f01172889966e64d03cdf899a355bd39d3
  • Loading branch information
janeil01 authored and james-conroy-arm committed Feb 28, 2020
1 parent ccd0605 commit 3fdfee7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ArmnnPreparedModel_1_2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
// Note: the ArmnnBurstExecutorWithCache in this file is based on Android code
// under the Apache 2.0 license. See comment below for details.
//

#define LOG_TAG "ArmnnDriver"

Expand Down Expand Up @@ -393,6 +396,10 @@ Return<void> ArmnnPreparedModel_1_2<HalVersion>::executeSynchronously(const Requ
return Void();
}

/// This class is strongly inspired by the default implementation in Android named DefaultBurstExecutorWithCache.
/// The original code is licensed under Apache-2.0 and can be found at the following link:
/// https://android.googlesource.com/platform/frameworks/
/// ml/+/refs/tags/android-10.0.0_r20/nn/common/ExecutionBurstServer.cpp
class ArmnnBurstExecutorWithCache : public ExecutionBurstServer::IBurstExecutorWithCache {
public:
ArmnnBurstExecutorWithCache(IPreparedModel* preparedModel)
Expand Down

0 comments on commit 3fdfee7

Please sign in to comment.