ArmNN
 24.08
SoftmaxOperator.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 
7 #pragma once
8 
9 #include "TosaOperatorUtils.hpp"
10 
11 using namespace armnn;
12 using namespace tosa;
13 
14 TosaSerializationBasicBlock* ConvertSoftmaxToTosaOperator(const Layer* layer,
15  const std::vector<const TensorInfo*>& inputs,
16  const std::vector<const TensorInfo*>& outputs,
17  const SoftmaxDescriptor* softmaxDescriptor);
ConvertSoftmaxToTosaOperator
TosaSerializationBasicBlock * ConvertSoftmaxToTosaOperator(const Layer *layer, const std::vector< const TensorInfo * > &inputs, const std::vector< const TensorInfo * > &outputs, const SoftmaxDescriptor *softmaxDescriptor)
Definition: SoftmaxOperator.cpp:17
armnn::Layer
Definition: Layer.hpp:230
TosaOperatorUtils.hpp
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition: 01_00_quick_start.dox:6
armnn::SoftmaxDescriptor
A SoftmaxDescriptor for the SoftmaxLayer.
Definition: Descriptors.hpp:177