commit | 52ba29e936b8e711e8acdfe819e36f884d4f3fe1 | [log] [tgz] |
---|---|---|
author | Jenkins <bsgcomp@arm.com> | Wed Aug 29 15:32:11 2018 +0000 |
committer | Michele Di Giorgio <michele.digiorgio@arm.com> | Thu Aug 30 17:15:09 2018 +0100 |
tree | 23a8e15208ad7fcf07a37ed9119979cde01dcdc8 | |
parent | e2542c9f35ca427286822cd0c9296f49914f78b0 [diff] [blame] |
arm_compute v18.08
diff --git a/src/runtime/CL/functions/CLCopy.cpp b/src/runtime/CL/functions/CLCopy.cpp index 3442e37..d1b7926 100644 --- a/src/runtime/CL/functions/CLCopy.cpp +++ b/src/runtime/CL/functions/CLCopy.cpp
@@ -41,3 +41,8 @@ k->configure(input, output); _kernel = std::move(k); } + +Status CLCopy::validate(const arm_compute::ITensorInfo *input, const arm_compute::ITensorInfo *output) +{ + return CLCopyKernel::validate(input, output); +}