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
Ttype of the argument
Parameters
Aargument
Returns
Softmax of the argument

Definition at line 24 of file softmax.hpp.