libxcoder  5.2.0
_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 1326 of file ni_device_api.h.

Field Documentation

◆ affine

struct { ... } affine

◆ data_format

int32_t data_format

Definition at line 1331 of file ni_device_api.h.

◆ dfp

struct { ... } dfp

◆ fixed_point_pos

int32_t fixed_point_pos

Definition at line 1339 of file ni_device_api.h.

◆ memory_type

uint32_t memory_type

Definition at line 1349 of file ni_device_api.h.

◆ num_of_dims

uint32_t num_of_dims

Definition at line 1328 of file ni_device_api.h.

◆ quant_data

union { ... } quant_data

◆ quant_format

int32_t quant_format

Definition at line 1333 of file ni_device_api.h.

◆ scale

float scale

Definition at line 1344 of file ni_device_api.h.

◆ sizes

uint32_t sizes[6]

Definition at line 1329 of file ni_device_api.h.

◆ zeroPoint

int32_t zeroPoint

Definition at line 1345 of file ni_device_api.h.


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