![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
meta template struct for changing read/write buffer argument types to cl::Buffer types. More...
#include <buffer_types.hpp>
Public Types | |
using | type = T |
meta template struct for changing read/write buffer argument types to cl::Buffer types.
T | A template typename that for cases of non-read/write buffers will return a typedef holding only it's original type. For read and write buffers this will return a cl::Buffer type. |
Definition at line 33 of file buffer_types.hpp.
using stan::math::opencl_kernels::internal::to_buffer< T >::type = T |
Definition at line 34 of file buffer_types.hpp.