aboutsummaryrefslogtreecommitdiff
path: root/src/backends/gpuFsa/layers/GpuFsaReshape.hpp
blob: 16fa1f975eb0a84c1df2ff6c93681f5e23b765ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright © 2024 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <armnn/Descriptors.hpp>
#include <gpuFsa/GpuFsaBackend.hpp>

namespace armnn
{

arm_compute::Status GpuFsaReshapeValidate(const TensorInfo& input, const ReshapeDescriptor& descriptor);

void GpuFsaReshapeCreateOp(GpuFsaPreCompiledBlob* blob,
                           const TensorInfo& input,
                           const ReshapeDescriptor& descriptor);

} // namespace armnn