NVIDIA DeepStream SDK API Reference

4.0.2 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvdsinfer_tlt.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
3  *
4  * NVIDIA Corporation and its licensors retain all intellectual property
5  * and proprietary rights in and to this software, related documentation
6  * and any modifications thereto. Any use, reproduction, disclosure or
7  * distribution of this software and related documentation without an express
8  * license agreement from NVIDIA Corporation is strictly prohibited.
9  */
10 
19 #ifndef __NVDSINFER_TLT_H__
20 #define __NVDSINFER_TLT_H__
21 
22 #include <nvdsinfer_custom_impl.h>
23 
32 extern "C"
33 bool NvDsInferCudaEngineGetFromTltModel(nvinfer1::IBuilder *builder,
34  NvDsInferContextInitParams *initParams,
35  nvinfer1::DataType dataType,
36  nvinfer1::ICudaEngine *& cudaEngine);
37 
38 #endif
Holds the initialization parameters required for the NvDsInferContext interface.
bool NvDsInferCudaEngineGetFromTltModel(nvinfer1::IBuilder *builder, NvDsInferContextInitParams *initParams, nvinfer1::DataType dataType, nvinfer1::ICudaEngine *&cudaEngine)
API to decode and create CUDA engine file from a TLT encoded model.
Copyright (c) 2017-2019, NVIDIA CORPORATION.