libxcoder 5.6.0
Loading...
Searching...
No Matches
_ni_network_layer_params_t Struct Reference

#include <ni_device_api.h>

Data Fields

uint32_t num_of_dims
 
uint32_t sizes [6]
 
int32_t data_format
 
int32_t quant_format
 
union { 
 
   struct { 
 
      int32_t   fixed_point_pos 
 
   }   dfp 
 
   struct { 
 
      float   scale 
 
      int32_t   zeroPoint 
 
   }   affine 
 
quant_data 
 
uint32_t memory_type
 

Detailed Description

Definition at line 1341 of file ni_device_api.h.

Field Documentation

◆ [struct]

struct { ... } affine

◆ data_format

int32_t data_format

Definition at line 1346 of file ni_device_api.h.

◆ [struct]

struct { ... } dfp

◆ fixed_point_pos

int32_t fixed_point_pos

Definition at line 1354 of file ni_device_api.h.

◆ memory_type

uint32_t memory_type

Definition at line 1364 of file ni_device_api.h.

◆ num_of_dims

uint32_t num_of_dims

Definition at line 1343 of file ni_device_api.h.

◆ [union]

union { ... } quant_data

◆ quant_format

int32_t quant_format

Definition at line 1348 of file ni_device_api.h.

◆ scale

float scale

Definition at line 1359 of file ni_device_api.h.

◆ sizes

uint32_t sizes[6]

Definition at line 1344 of file ni_device_api.h.

◆ zeroPoint

int32_t zeroPoint

Definition at line 1360 of file ni_device_api.h.


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