Stan Math Library
4.9.0
Automatic Differentiation
Loading...
Searching...
No Matches
◆
softmax()
[3/5]
template<typename T ,
require_all_kernel_expressions_and_none_scalar_t
< T > * = nullptr>
var_value
<
matrix_cl
< double > > stan::math::softmax
(
const
var_value
< T > &
A
)
inline
Returns softmax of given argument.
Template Parameters
T
type of the argument
Parameters
A
argument
Returns
Softmax of the argument
Definition at line
24
of file
softmax.hpp
.
stan
math
[
Stan Home Page
]
© 2011–2019, Stan Development Team.