16 lines
195 B
C++
Raw Normal View History

2022-04-02 18:06:01 +05:00
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
namespace armnn
{
class TensorShape;
class TensorInfo;
class Tensor;
class ConstTensor;
}