commit | b3a371bc429d2ba45e56baaf239d8200c2662a74 | [log] [tgz] |
---|---|---|
author | Jenkins <bsgcomp@arm.com> | Wed May 23 11:36:53 2018 +0100 |
committer | Anthony Barbier <anthony.barbier@arm.com> | Wed May 23 14:55:11 2018 +0100 |
tree | 554525e415c303d64a08722a755397852ebbb8e4 | |
parent | 67c8c91522e5be8156b77f57e63c0253535c902a [diff] [blame] |
arm_compute v18.05
diff --git a/src/runtime/CL/CLTensor.cpp b/src/runtime/CL/CLTensor.cpp index bc513d1..dd27738 100644 --- a/src/runtime/CL/CLTensor.cpp +++ b/src/runtime/CL/CLTensor.cpp
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -47,7 +47,7 @@ return _allocator.cl_data(); } -ITensorAllocator *CLTensor::allocator() +CLTensorAllocator *CLTensor::allocator() { return &_allocator; }