ArmNN
 20.02
ClSoftmaxBaseWorkload.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 <armnn/Tensor.hpp>
10 #include <arm_compute/core/Error.h>
11 
12 namespace armnn
13 {
14 
15 arm_compute::Status ClSoftmaxWorkloadValidate(const TensorInfo& input,
16  const TensorInfo& output,
17  const SoftmaxDescriptor& descriptor);
18 
19 } // namespace armnn
Copyright (c) 2020 ARM Limited.
arm_compute::Status ClSoftmaxWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const SoftmaxDescriptor &descriptor)
Status
enumeration
Definition: Types.hpp:26