blob: 73f1fcbd58b9dcebdf5a8f9334c710cb08c3df47 [file] [log] [blame]
Tracy Narinee7d27852024-01-26 09:13:19 +00001//
2// Copyright © 2024 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#pragma once
6
7#include <armnn/Descriptors.hpp>
Tracy Narinee7d27852024-01-26 09:13:19 +00008
Tracy Narinee7d27852024-01-26 09:13:19 +00009#include <gpuFsa/GpuFsaBackend.hpp>
10
11namespace armnn
12{
13
14 using namespace arm_compute::experimental::dynamic_fusion;
15
16 arm_compute::Status GpuFsaElementwiseBinaryAddValidate(const TensorInfo& input0,
17 const TensorInfo& input1);
18
19 void GpuFsaElementwiseBinaryAddCreateOp(GpuFsaPreCompiledBlob* blob,
20 const TensorInfo& input0,
21 const TensorInfo& input1);
22
23} // namespace armnn