![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_nn_cl_t:Data Fields | |
| int | kernel_conv |
| int | kernel_conv3x3 |
| int | kernel_upsample |
Definition at line 1081 of file nn_model.c.
| int dt_nn_cl_t::kernel_conv |
Definition at line 1083 of file nn_model.c.
Referenced by _conv_cl(), dt_nn_cl_create(), and dt_nn_cl_destroy().
| int dt_nn_cl_t::kernel_conv3x3 |
Definition at line 1084 of file nn_model.c.
Referenced by _conv_cl(), dt_nn_cl_create(), and dt_nn_cl_destroy().
| int dt_nn_cl_t::kernel_upsample |
Definition at line 1085 of file nn_model.c.
Referenced by _upsample_cl(), dt_nn_cl_create(), and dt_nn_cl_destroy().