Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
nn_unet_t Struct Reference
+ 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
 

Detailed Description

Definition at line 48 of file nn_model.c.

Field Documentation

◆ base

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().

◆ bot1

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().

◆ bot2

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().

◆ dec1

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().

◆ dec2

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().

◆ depth

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().

◆ down

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().

◆ enc1

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().

◆ enc2

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().

◆ head

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().

◆ in_ch

int nn_unet_t::in_ch

Definition at line 50 of file nn_model.c.

Referenced by _wire_unet().

◆ out_ch

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().

◆ up

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().


The documentation for this struct was generated from the following file: