blob: 8d73060162513e2e5849b01874699a34833891cc [file] [log] [blame]
telsoa01c577f2c2018-08-31 09:22:23 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
David Beckecb56cd2018-09-05 12:52:57 +01003// SPDX-License-Identifier: MIT
telsoa01c577f2c2018-08-31 09:22:23 +01004//
5
6#pragma once
7
Francis Murtagh3b938352019-07-26 15:44:17 +01008#include <armnn/Descriptors.hpp>
Matthew Bentham14e46692018-09-20 15:35:30 +01009#include <armnn/Tensor.hpp>
10#include <arm_compute/core/Error.h>
telsoa01c577f2c2018-08-31 09:22:23 +010011
12namespace armnn
13{
14
15arm_compute::Status ClSoftmaxWorkloadValidate(const TensorInfo& input,
Francis Murtagh3b938352019-07-26 15:44:17 +010016 const TensorInfo& output,
17 const SoftmaxDescriptor& descriptor);
telsoa01c577f2c2018-08-31 09:22:23 +010018
19} // namespace armnn