aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/TensorFwd.hpp
blob: edb5e8b25c23422534f25d68cd82ac9cf0cde4e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once

namespace armnn
{

class TensorShape;
class TensorInfo;
class Tensor;
class ConstTensor;

}