Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
nn_conv_t Struct Reference
+ Collaboration diagram for nn_conv_t:

Data Fields

const float * w
 
const float * b
 
int out_ch
 
int in_ch
 
int k
 

Detailed Description

Definition at line 36 of file nn_model.c.

Field Documentation

◆ b

const float* nn_conv_t::b

Definition at line 39 of file nn_model.c.

◆ in_ch

int nn_conv_t::in_ch

Definition at line 40 of file nn_model.c.

◆ k

int nn_conv_t::k

Definition at line 40 of file nn_model.c.

◆ out_ch

int nn_conv_t::out_ch

Definition at line 40 of file nn_model.c.

Referenced by _unet_forward(), and _unet_forward_cl().

◆ w

const float* nn_conv_t::w

Definition at line 38 of file nn_model.c.


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