NVIDIA DeepStream SDK API Reference

6.4 Release
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 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
 Copyright (c) 2021, NVIDIA CORPORATION.
 

Typedefs

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