blob: 6eecb9787dd3b02a596e8358e42d91836bfd8638 [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
Matthew Benthamd80a7122019-01-08 17:52:37 +00008#include <armnn/Descriptors.hpp>
9#include <arm_compute/core/Error.h>
telsoa01c577f2c2018-08-31 09:22:23 +010010
11namespace armnn
12{
13
14arm_compute::Status NeonSoftmaxWorkloadValidate(const TensorInfo& input,
15 const TensorInfo& output,
16 const SoftmaxDescriptor& descriptor);
17
18} //namespace armnn