DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

AutoNet_processpipeline.h File Reference

Detailed Description

NVIDIA DriveWorks API: AutoNet Module

Description: This file defines the AutoNet module's pipeline.

Definition in file AutoNet_processpipeline.h.

Go to the source code of this file.

Enumerations

enum  dwAutoNetProcessStage {
  DW_AUTONET_PROCESS_STAGE_GPU_ASYNC_PREPROCESSING = 0,
  DW_AUTONET_PROCESS_STAGE_GPU_ASYNC_INFERENCE = 1,
  DW_AUTONET_PROCESS_STAGE_GPU_ASYNC_POSTPROCESSING = 2
}
 The GPU process stages of the Landmark Detector. More...
 

Functions

DW_API_PUBLIC dwStatus dwAutoNet_bindInput (dwConstDNNTensorHandle_t tensor, dwAutoNetHandle_t obj)
 Binds the input tensor to a specific index of AutoNet inputs. More...
 
DW_API_PUBLIC dwStatus dwAutoNet_bindOutput (dwAutoNetOutputHandle_t autonetOutput, dwAutoNetHandle_t obj)
 Binds the output tensor to Autonet inference output. More...
 
DW_API_PUBLIC dwStatus dwAutoNet_process (dwAutoNetProcessStage stage, dwAutoNetHandle_t obj)
 Process specific inference step. More...