ArmNN
 20.02
NeonSoftmaxBaseWorkload.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include <armnn/Descriptors.hpp>
9 #include <arm_compute/core/Error.h>
10 
11 namespace armnn
12 {
13 
14 arm_compute::Status NeonSoftmaxWorkloadValidate(const TensorInfo& input,
15  const TensorInfo& output,
16  const SoftmaxDescriptor& descriptor);
17 
18 } //namespace armnn
Copyright (c) 2020 ARM Limited.
Status
enumeration
Definition: Types.hpp:26
arm_compute::Status NeonSoftmaxWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const SoftmaxDescriptor &descriptor)