network_benchmark_t_
#include <network.h>
Public Attributes
Name | |
---|---|
uint32_t | IN_CH |
uint32_t | OUT_CH |
void * | b |
void * | W |
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 images
void * images;
variable targets
uint32_t * targets;
variable dtype
precision_t dtype;
Updated on 2023-06-19 at 09:43:56 +0000