25.11
Loading...
Searching...
No Matches
Softmax.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 "
BaseIterator.hpp
"
9
#include <
armnn/Tensor.hpp
>
10
11
namespace
armnn
12
{
13
14
/// Computes the softmax function on some inputs, into outputs, with a shape given by tensorInfo.
15
void
Softmax
(
Decoder<float>
& in,
Encoder<float>
& out,
const
TensorInfo
& inputTensorInfo,
float
beta,
int
axis = -1);
16
17
}
//namespace armnn
BaseIterator.hpp
Tensor.hpp
armnn::Decoder
Definition
BaseIterator.hpp:36
armnn::Encoder
Definition
BaseIterator.hpp:51
armnn::TensorInfo
Definition
Tensor.hpp:153
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition
01_00_quick_start.dox:7
armnn::LayerType::Softmax
@ Softmax
Definition
Types.hpp:496
src
backends
reference
workloads
Softmax.hpp
Generated on
for Arm NN by
1.14.0