NVIDIA DeepStream SDK API Reference

7.0 Release
infer_ibackend.h File Reference

Detailed Description

Inference processing backend interface header file.

This file defines the interface for the backend of inference processing using the Triton Inference Server.

Definition in file infer_ibackend.h.

Go to the source code of this file.

Data Structures

struct  nvdsinferserver::LayerDescription
 Stores the information of a layer in the inference model. More...
 
class  nvdsinferserver::IBackend
 

Namespaces

 nvdsinferserver
 This is a header file for pre-processing cuda kernels with normalization and mean subtraction required by nvdsinfer.
 

Typedefs

using nvdsinferserver::LayerDescriptionList = std::vector< LayerDescription >