aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/TensorFwd.hpp
blob: 5ea035c877aaa8155b271bf57478e4ec0533233f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#pragma once

namespace armnn
{

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

}