![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
Parts of an OpenCL kernel, generated by an expression.
Definition at line 32 of file operation_cl.hpp.
#include <operation_cl.hpp>
Public Member Functions | |
| kernel_parts | operator+ (const kernel_parts &other) |
| kernel_parts & | operator+= (const kernel_parts &other) |
Public Attributes | |
| std::string | includes |
| std::string | declarations |
| std::string | initialization |
| std::string | body_prefix |
| std::string | body |
| std::string | body_suffix |
| std::string | reduction_1d |
| std::string | reduction_2d |
| std::string | args |