Skip to content

cnn_t_

#include <network.h>

Public Attributes

Name
uint16_t CO
uint16_t CI
uint16_t H
uint16_t W
uint16_t K
uint16_t M
uint16_t padding
uint16_t stride
double * image
double * conv1_weights
double * conv1_biases
precision_t dtype

Public Attributes Documentation

variable CO

uint16_t CO;

variable CI

uint16_t CI;

variable H

uint16_t H;

variable W

uint16_t W;

variable K

uint16_t K;

variable M

uint16_t M;

variable padding

uint16_t padding;

variable stride

uint16_t stride;

variable image

double * image;

variable conv1_weights

double * conv1_weights;

variable conv1_biases

double * conv1_biases;

variable dtype

precision_t dtype;

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