![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for nn_conv_t:Data Fields | |
| const float * | w |
| const float * | b |
| int | out_ch |
| int | in_ch |
| int | k |
Definition at line 36 of file nn_model.c.
| const float* nn_conv_t::b |
Definition at line 39 of file nn_model.c.
| int nn_conv_t::in_ch |
Definition at line 40 of file nn_model.c.
| int nn_conv_t::k |
Definition at line 40 of file nn_model.c.
| int nn_conv_t::out_ch |
Definition at line 40 of file nn_model.c.
Referenced by _unet_forward(), and _unet_forward_cl().
| const float* nn_conv_t::w |
Definition at line 38 of file nn_model.c.