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

◆ as_operation_cl() [1/4]

template<assign_op_cl AssignOp = assign_op_cl::equals, typename T_operation , typename = std::enable_if_t<std::is_base_of< operation_cl_base, std::remove_reference_t<T_operation>>::value>>
T_operation && stan::math::as_operation_cl ( T_operation &&  a)
inline

Converts any valid kernel generator expression into an operation.

This is an overload for operations - a no-op

Template Parameters
AssignOpignored
T_operationtype of the input operation
Parameters
aan operation
Returns
operation

Definition at line 31 of file as_operation_cl.hpp.