Skip to content

network_single_cluster_t_

#include <network.h>

Public Attributes

Name
uint32_t IN_CH
uint32_t OUT_CH
void * b
void * W
void * b_grads
void * W_grads
void * images
uint32_t * targets
precision_t dtype

Public Attributes Documentation

variable IN_CH

uint32_t IN_CH;

variable OUT_CH

uint32_t OUT_CH;

variable b

void * b;

variable W

void * W;

variable b_grads

void * b_grads;

variable W_grads

void * W_grads;

variable images

void * images;

variable targets

uint32_t * targets;

variable dtype

precision_t dtype;

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