NVIDIA DeepStream SDK API Reference

8.0 Release
sources/libs/nvdsinferserver/infer_base_backend.h File Reference

Detailed Description

Header file for inference processing backend base class.

This file declares the base class for the backend of inference processing using the Triton Inference Server.

Definition in file sources/libs/nvdsinferserver/infer_base_backend.h.

Go to the source code of this file.

Data Structures

class  nvdsinferserver::BaseBackend
 Base class of inference backend processing. More...
 

Namespaces

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

Typedefs

using nvdsinferserver::UniqBackend = std::unique_ptr< BaseBackend >