mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 19:55:53 +00:00
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;
|
|
|
|
}
|