From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- Documentation/_tensor_copy_utils_8hpp_source.xhtml | 119 --------------------- 1 file changed, 119 deletions(-) delete mode 100644 Documentation/_tensor_copy_utils_8hpp_source.xhtml (limited to 'Documentation/_tensor_copy_utils_8hpp_source.xhtml') diff --git a/Documentation/_tensor_copy_utils_8hpp_source.xhtml b/Documentation/_tensor_copy_utils_8hpp_source.xhtml deleted file mode 100644 index 5dc15346c2..0000000000 --- a/Documentation/_tensor_copy_utils_8hpp_source.xhtml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/backends/backendsCommon/test/TensorCopyUtils.hpp Source File - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
TensorCopyUtils.hpp
-
-
-Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include <armnn/Tensor.hpp>
8 
10 
11 void CopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory);
12 
13 void CopyDataFromITensorHandle(void* mem, const armnn::ITensorHandle* tensorHandle);
14 
15 void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* memory);
-
void AllocateAndCopyDataToITensorHandle(armnn::ITensorHandle *tensorHandle, const void *memory)
-
void CopyDataToITensorHandle(armnn::ITensorHandle *tensorHandle, const void *memory)
- -
void CopyDataFromITensorHandle(void *mem, const armnn::ITensorHandle *tensorHandle)
- -
-
- - - - -- cgit v1.2.1