![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for nn_unet_t:Data Fields | |
| int | base |
| int | depth |
| int | in_ch |
| int | out_ch |
| nn_conv_t | enc1 [8] |
| nn_conv_t | enc2 [8] |
| nn_conv_t | down [8] |
| nn_conv_t | bot1 |
| nn_conv_t | bot2 |
| nn_conv_t | up [8] |
| nn_conv_t | dec1 [8] |
| nn_conv_t | dec2 [8] |
| nn_conv_t | head |
Definition at line 48 of file nn_model.c.
| int nn_unet_t::base |
Definition at line 50 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), _unet_peak_floats(), and _wire_unet().
| nn_conv_t nn_unet_t::bot1 |
Definition at line 52 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| nn_conv_t nn_unet_t::bot2 |
Definition at line 52 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| nn_conv_t nn_unet_t::dec1[8] |
Definition at line 53 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| nn_conv_t nn_unet_t::dec2[8] |
Definition at line 53 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| int nn_unet_t::depth |
Definition at line 50 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), _unet_peak_floats(), and _wire_unet().
| nn_conv_t nn_unet_t::down[8] |
Definition at line 51 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| nn_conv_t nn_unet_t::enc1[8] |
Definition at line 51 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| nn_conv_t nn_unet_t::enc2[8] |
Definition at line 51 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| nn_conv_t nn_unet_t::head |
Definition at line 54 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().
| int nn_unet_t::in_ch |
Definition at line 50 of file nn_model.c.
Referenced by _wire_unet().
| int nn_unet_t::out_ch |
Definition at line 50 of file nn_model.c.
Referenced by _unet_forward(), _unet_peak_floats(), and _wire_unet().
| nn_conv_t nn_unet_t::up[8] |
Definition at line 53 of file nn_model.c.
Referenced by _unet_forward(), _unet_forward_cl(), and _wire_unet().