From 0bd89a87f15bf0983eace53df1160a3e64bc0e75 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 2 Jul 2019 16:53:10 +0100 Subject: IVGCVSW-3370 Add broadcasting support to PReLU to properly run the Android VTS/NN tests * Updated ConvertPrelu to support input broadcasting * Updated the BroadcastTensor utility function so that it preserves the order of the inputs * Updated the documentation Signed-off-by: Matteo Martincigh Change-Id: Ibbac6f7161132740e61c85f597f8be70cd5d7325 --- 1.2/ArmnnDriverImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '1.2/ArmnnDriverImpl.cpp') diff --git a/1.2/ArmnnDriverImpl.cpp b/1.2/ArmnnDriverImpl.cpp index 87ef08c2..3b2cb744 100644 --- a/1.2/ArmnnDriverImpl.cpp +++ b/1.2/ArmnnDriverImpl.cpp @@ -80,7 +80,7 @@ Return ArmnnDriverImpl::prepareArmnnModel_1_2(const armnn::IRuntime const sp& cb, bool float32ToFloat16) { - ALOGV("ArmnnDriverImpl::prepareModel()"); + ALOGV("ArmnnDriverImpl::prepareArmnnModel_1_2()"); if (cb.get() == nullptr) { @@ -290,4 +290,4 @@ Return ArmnnDriverImpl::getCapabilities_1_2(const armnn::IRuntimePtr& runt } } // namespace hal_1_2 -} // namespace armnn_driver \ No newline at end of file +} // namespace armnn_driver -- cgit v1.2.1