blob: 24910df7c70183474a75c74c60c0df0982ac8d77 [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
8#include "backends/NeonWorkloadUtils.hpp"
9
10namespace armnn
11{
12
13arm_compute::Status NeonSoftmaxWorkloadValidate(const TensorInfo& input,
14 const TensorInfo& output,
15 const SoftmaxDescriptor& descriptor);
16
17} //namespace armnn