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

◆ log_softmax() [2/4]

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

Return log of the softmax of the specified vector.

Template Parameters
Ttype of the vector
Parameters
[in]avector to transform
Returns
log of the softmax

Definition at line 23 of file log_softmax.hpp.