DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

ParkNet.h File Reference

Detailed Description

NVIDIA DriveWorks API: ParkNet Module

Description: This file defines ParkNet methods.

Definition in file ParkNet.h.

Go to the source code of this file.

Data Structures

struct  dwParkNetParams
 

Typedefs

typedef struct dwParkNetObject * dwParkNetHandle_t
 Handle to a ParkNet object. More...
 

Enumerations

enum  dwParkNetModel {
  DW_PARKNET_MODEL_DEFAULT = 0,
  DW_PARKNET_MODEL_COUNT = 1,
  DW_PARKNET_MODEL_CUSTOM = -1
}
 ParkNet network models to be loaded by ParkNet module. More...
 

Functions

DW_API_PUBLIC dwStatus dwParkNet_getDNNMetaData (dwDNNMetaData *metaData, dwParkNetHandle_t obj)
 Returns the DNN metadata. More...
 
DW_API_PUBLIC dwStatus dwParkNet_getInputBlobSize (dwBlobSize *blobSize, dwParkNetHandle_t obj)
 Gets the size of the input blob. More...
 
DW_API_PUBLIC dwStatus dwParkNet_getOutputBlobSize (dwBlobSize *blobSize, dwParkNetHandle_t obj)
 Gets the size of the output blob. More...
 
DW_API_PUBLIC dwStatus dwParkNet_initDefaultParams (dwParkNetParams *params, dwContextHandle_t ctx)
 Initializes ParkNet parameters with default values. More...
 
DW_API_PUBLIC dwStatus dwParkNet_initialize (dwParkNetHandle_t *ParkNetHandle, const dwParkNetParams *ParkNetParams, dwContextHandle_t ctx)
 Initializes ParkNet module. More...
 
DW_API_PUBLIC dwStatus dwParkNet_release (dwParkNetHandle_t obj)
 Releases the ParkNet module. More...
 
DW_API_PUBLIC dwStatus dwParkNet_reset (dwParkNetHandle_t obj)
 Resets ParkNet. More...