Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ log_softmax() [3/4]

template<typename T , require_all_kernel_expressions_and_none_scalar_t< T > * = nullptr>
var_value< matrix_cl< double > > stan::math::log_softmax ( const var_value< T > &  A)
inline

Return log of the softmax of the specified vector.

Template Parameters
Ttype of the vector
Parameters
[in]Avector
Returns
log of the softmax

Definition at line 23 of file log_softmax.hpp.