NVIDIA DeepStream SDK API Reference

7.0 Release
nvdsinfer_tlt.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2019-2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
31 #ifndef __NVDSINFER_TLT_H__
32 #define __NVDSINFER_TLT_H__
33 
34 #include <nvdsinfer_custom_impl.h>
35 
44 extern "C"
45 bool NvDsInferCudaEngineGetFromTltModel(nvinfer1::IBuilder * const builder,
46  nvinfer1::IBuilderConfig * const builderConfig,
47  const NvDsInferContextInitParams * const initParams,
48  nvinfer1::DataType dataType,
49  nvinfer1::ICudaEngine *& cudaEngine);
50 
51 #endif
52 
ds3d::DataType
DataType
Definition: idatatype.h:77
NvDsInferCudaEngineGetFromTltModel
bool NvDsInferCudaEngineGetFromTltModel(nvinfer1::IBuilder *const builder, nvinfer1::IBuilderConfig *const builderConfig, const NvDsInferContextInitParams *const initParams, nvinfer1::DataType dataType, nvinfer1::ICudaEngine *&cudaEngine)
Decodes and creates a CUDA engine file from a TLT encoded model.
nvdsinfer_custom_impl.h
_NvDsInferContextInitParams
Holds the initialization parameters required for the NvDsInferContext interface.
Definition: nvdsinfer_context.h:239