From 84b51ad1aaa530d397761f2b6da65add9dc8a6b0 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 7 Nov 2017 13:24:57 +0000 Subject: COMPMID-666: Adds the ability to import backing memory in a Tensor(CPU). Change-Id: I62b843b544fe9048837fd64c22e970fc6a0aaf23 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/94881 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- support/ToolchainSupport.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'support') diff --git a/support/ToolchainSupport.h b/support/ToolchainSupport.h index ad09c6535a..e3c0c2761d 100644 --- a/support/ToolchainSupport.h +++ b/support/ToolchainSupport.h @@ -337,9 +337,7 @@ inline bool isfinite(half_float::half value) namespace cpp14 { -/** make_unqiue is missing in CPP11. Reimplement it according to the standard - * proposal. - */ +/** make_unique is missing in CPP11. Re-implement it according to the standard proposal. */ template struct _Unique_if { -- cgit v1.2.1