forked from Qortal/Brooklyn
16 lines
195 B
C++
16 lines
195 B
C++
|
//
|
||
|
// Copyright © 2017 Arm Ltd. All rights reserved.
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
//
|
||
|
#pragma once
|
||
|
|
||
|
namespace armnn
|
||
|
{
|
||
|
|
||
|
class TensorShape;
|
||
|
class TensorInfo;
|
||
|
class Tensor;
|
||
|
class ConstTensor;
|
||
|
|
||
|
}
|