darknet  v3
Public Attributes | List of all members
size_params Struct Reference
Collaboration diagram for size_params:
Collaboration graph

Public Attributes

int batch
 
int inputs
 
int h
 
int w
 
int c
 
int index
 
int time_steps
 
networknet
 

Detailed Description

Definition at line 121 of file parser.c.

Member Data Documentation

◆ batch

int size_params::batch

Definition at line 122 of file parser.c.

◆ c

int size_params::c

Definition at line 126 of file parser.c.

◆ h

int size_params::h

Definition at line 124 of file parser.c.

◆ index

int size_params::index

Definition at line 127 of file parser.c.

◆ inputs

int size_params::inputs

Definition at line 123 of file parser.c.

◆ net

network* size_params::net

Definition at line 129 of file parser.c.

◆ time_steps

int size_params::time_steps

Definition at line 128 of file parser.c.

◆ w

int size_params::w

Definition at line 125 of file parser.c.


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