Skip to content

network_fp32_t_

#include <network.h>

Public Attributes

Name
uint32_t IN_CH1
uint32_t IN_CH2
uint32_t OUT_CH
float * b
float * W
float * b_grad
float * W_grad
float * images
uint32_t * targets
float learning_rate
precision_t dtype

Public Attributes Documentation

variable IN_CH1

uint32_t IN_CH1;

variable IN_CH2

uint32_t IN_CH2;

variable OUT_CH

uint32_t OUT_CH;

variable b

float * b;

variable W

float * W;

variable b_grad

float * b_grad;

variable W_grad

float * W_grad;

variable images

float * images;

variable targets

uint32_t * targets;

variable learning_rate

float learning_rate;

variable dtype

precision_t dtype;

Updated on 2023-06-19 at 09:43:56 +0000