From db09b3783ff9af67c6d373b12aa9a6aff3c5d0f1 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 17 Jun 2019 17:46:17 +0100 Subject: COMPMID-2392: Add documentation for import_memory interface Change-Id: I943aefafe4131fc366d7ec336c9b94e89ce4fb8d Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/1362 Reviewed-by: Michalis Spyrou Tested-by: Arm Jenkins --- arm_compute/runtime/TensorAllocator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/TensorAllocator.h') diff --git a/arm_compute/runtime/TensorAllocator.h b/arm_compute/runtime/TensorAllocator.h index f296bc2e3d..bf574fa0c9 100644 --- a/arm_compute/runtime/TensorAllocator.h +++ b/arm_compute/runtime/TensorAllocator.h @@ -98,6 +98,7 @@ public: * @warning size is expected to be compliant with total_size reported by ITensorInfo. * @warning ownership of memory is not transferred. * @warning tensor shouldn't be memory managed. + * @warning padding should be accounted by the client code. * @note buffer alignment will be checked to be compliant with alignment reported by ITensorInfo. * * @param[in] memory Raw memory pointer to be used as backing memory -- cgit v1.2.1