| Class and Description |
|---|
| org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Use IMatrixMultiplyLayer instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Use IMatrixMultiplyLayer instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Use INetworkDefinition::addLoop instead. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
\warning Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.
|
| org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Use INetworkDefinition::addLoop instead. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
\warning Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.
|
| Method and Description |
|---|
| org.bytedeco.tensorrt.nvinfer.IGpuAllocator._free(Pointer)
Superseded by deallocate. Deprecated in TensorRT 8.0.
\usage
- Allowed context for the API call
- Thread-safe: Yes, this method is required to be thread-safe and may be called from multiple threads.
|
| org.bytedeco.tensorrt.nvinfer.IGpuAllocator._free(Pointer)
Superseded by deallocate. Deprecated in TensorRT 8.0.
\usage
- Allowed context for the API call
- Thread-safe: Yes, this method is required to be thread-safe and may be called from multiple threads.
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addConvolution(ITensor, int, DimsHW, Weights, Weights)
Superseded by addConvolutionNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addConvolution(ITensor, int, DimsHW, Weights, Weights)
Superseded by addConvolutionNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addDeconvolution(ITensor, int, DimsHW, Weights, Weights)
Superseded by addDeconvolutionNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addDeconvolution(ITensor, int, DimsHW, Weights, Weights)
Superseded by addDeconvolutionNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addFullyConnected(ITensor, int, Weights, Weights)
Use addMatrixMultiply instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addFullyConnected(ITensor, int, Weights, Weights)
Use addMatrixMultiply instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPadding(ITensor, DimsHW, DimsHW)
Superseded by addPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPadding(ITensor, DimsHW, DimsHW)
Superseded by addPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPaddingNd(ITensor, Dims32, Dims32)
Superseded by addSlice. Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPaddingNd(ITensor, Dims32, Dims32)
Superseded by addSlice. Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPooling(ITensor, int, DimsHW) |
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPooling(ITensor, int, DimsHW) |
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPooling(ITensor, nvinfer.PoolingType, DimsHW)
Superseded by addPoolingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addPooling(ITensor, nvinfer.PoolingType, DimsHW)
Superseded by addPoolingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addRNNv2(ITensor, int, int, int, int) |
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addRNNv2(ITensor, int, int, int, int) |
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addRNNv2(ITensor, int, int, int, nvinfer.RNNOperation)
Superseded by INetworkDefinition::addLoop. Deprecated prior to TensorRT 8.0 and will be removed
in 9.0
\warning RNN inputs do not support wildcard dimensions or explicit batch size networks.
\warning Int32 tensors are not valid input tensors, only for sequence lengths.
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.addRNNv2(ITensor, int, int, int, nvinfer.RNNOperation)
Superseded by INetworkDefinition::addLoop. Deprecated prior to TensorRT 8.0 and will be removed
in 9.0
\warning RNN inputs do not support wildcard dimensions or explicit batch size networks.
\warning Int32 tensors are not valid input tensors, only for sequence lengths.
|
| org.bytedeco.tensorrt.nvinfer.IBuilder.buildEngineWithConfig(INetworkDefinition, IBuilderConfig)
Use IBuilder::buildSerializedNetwork. Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.IBuilder.buildEngineWithConfig(INetworkDefinition, IBuilderConfig)
Use IBuilder::buildSerializedNetwork. Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.global.nvparsers.createCaffeParser()
ICaffeParser will be removed in TensorRT 9.0. Plan to migrate your workflow to
use nvonnxparser::IParser for deployment.
|
| org.bytedeco.tensorrt.global.nvparsers.createCaffeParser()
ICaffeParser will be removed in TensorRT 9.0. Plan to migrate your workflow to
use nvonnxparser::IParser for deployment.
|
| org.bytedeco.tensorrt.global.nvparsers.createUffParser()
IUffParser will be removed in TensorRT 9.0. Plan to migrate your workflow to
use nvonnxparser::IParser for deployment.
|
| org.bytedeco.tensorrt.global.nvparsers.createUffParser()
IUffParser will be removed in TensorRT 9.0. Plan to migrate your workflow to
use nvonnxparser::IParser for deployment.
|
| org.bytedeco.tensorrt.nvinfer.IRuntime.deserializeCudaEngine(Pointer, long, IPluginFactory)
Deprecated in TensorRT 8.0.
\warning IPluginFactory is no longer supported, therefore pluginFactory must be a nullptr.
|
| org.bytedeco.tensorrt.nvinfer.IRuntime.deserializeCudaEngine(Pointer, long, IPluginFactory)
Deprecated in TensorRT 8.0.
\warning IPluginFactory is no longer supported, therefore pluginFactory must be a nullptr.
|
| org.bytedeco.tensorrt.nvinfer.IBuilder.destroy()
Use
delete instead. Deprecated in TensorRT 8.0
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.destroy()
Use
delete instead. Deprecated in TensorRT 8.0
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.ICudaEngine.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IHostMemory.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.destroy()
Use
delete instead. Deprecated in TensorRT 8.0
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IRefitter.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IRuntime.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvonnxparser.IParser.destroy() |
| org.bytedeco.tensorrt.nvparsers.IBinaryProtoBlob.destroy()
Use
delete instead. Deprecated in TensorRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvparsers.ICaffeParser.destroy()
Use
delete instead. Deprecated in TensorRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvparsers.IUffParser.destroy()
Use
delete instead. Deprecated in TRT 8.0. |
| org.bytedeco.tensorrt.nvinfer.IRuntime.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IRefitter.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.destroy()
Use
delete instead. Deprecated in TensorRT 8.0
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IHostMemory.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.ICudaEngine.destroy()
Use
delete instead. Deprecated in TRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.destroy()
Use
delete instead. Deprecated in TensorRT 8.0
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IBuilder.destroy()
Use
delete instead. Deprecated in TensorRT 8.0
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvonnxparser.IParser.destroy() |
| org.bytedeco.tensorrt.nvparsers.IUffParser.destroy()
Use
delete instead. Deprecated in TRT 8.0. |
| org.bytedeco.tensorrt.nvparsers.ICaffeParser.destroy()
Use
delete instead. Deprecated in TensorRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvparsers.IBinaryProtoBlob.destroy()
Use
delete instead. Deprecated in TensorRT 8.0.
\warning Calling destroy on a managed pointer will result in a double-free error. |
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.enqueue(int, Pointer, CUstream_st, CUevent_st) |
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.enqueue(int, Pointer, CUstream_st, CUevent_st) |
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.enqueue(int, PointerPointer, CUstream_st, CUevent_st)
Deprecated in TensorRT 8.4. Superseded by enqueueV2() if the network is created with
NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag.
|
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.enqueue(int, PointerPointer, CUstream_st, CUevent_st)
Deprecated in TensorRT 8.4. Superseded by enqueueV2() if the network is created with
NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag.
|
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.execute(int, Pointer) |
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.execute(int, Pointer) |
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.execute(int, PointerPointer)
Deprecated in TensorRT 8.4. Superseded by executeV2() if the network is created with
NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag.
\warning This function will trigger layer resource updates if hasImplicitBatchDimension()
returns true and batchSize changes between subsequent calls, possibly resulting
in performance bottlenecks.
|
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.execute(int, PointerPointer)
Deprecated in TensorRT 8.4. Superseded by executeV2() if the network is created with
NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag.
\warning This function will trigger layer resource updates if hasImplicitBatchDimension()
returns true and batchSize changes between subsequent calls, possibly resulting
in performance bottlenecks.
|
| org.bytedeco.tensorrt.nvinfer.IAlgorithm.getAlgorithmIOInfo(int)
Use IAlgorithm::getAlgorithmIOInfoByIndex instead. Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.IAlgorithm.getAlgorithmIOInfo(int)
Use IAlgorithm::getAlgorithmIOInfoByIndex instead. Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.IResizeLayer.getAlignCorners()
Superseded by IResizeLayer::getCoordinateTransformation(). Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.IResizeLayer.getAlignCorners()
Superseded by IResizeLayer::getCoordinateTransformation(). Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getDilation()
Superseded by getDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getDilation()
Superseded by getDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getKernelSize()
Superseded by getKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.getKernelSize()
Superseded by getKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.getKernelSize()
Superseded by getKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getKernelSize()
Superseded by getKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IBuilder.getMaxBatchSize()
Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.ICudaEngine.getMaxBatchSize()
Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.ICudaEngine.getMaxBatchSize()
Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IBuilder.getMaxBatchSize()
Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.getMaxWorkspaceSize()
Use IBuilderConfig::getMemoryPoolLimit with MemoryPoolType::kWORKSPACE.
Deprecated in TensorRT 8.3
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.getMaxWorkspaceSize()
Use IBuilderConfig::getMemoryPoolLimit with MemoryPoolType::kWORKSPACE.
Deprecated in TensorRT 8.3
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.getMinTimingIterations()
Use getAvgTimingIterations() instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.getMinTimingIterations()
Use getAvgTimingIterations() instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getPadding()
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.getPadding()
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.getPadding()
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.getPadding()
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.getPadding()
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getPadding()
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.getPostPadding()
Superseded by getPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.getPostPadding()
Superseded by getPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.getPrePadding()
Superseded by getPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.getPrePadding()
Superseded by getPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getStride()
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.getStride()
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.getStride()
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.getStride()
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.getStride()
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.getStride()
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.getWindowSize()
Superseded by getWindowSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.getWindowSize()
Superseded by getWindowSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.hasExplicitPrecision()
Deprecated in TensorRT 8.0
hasExplicitPrecision() is true if and only if this INetworkDefinition
was created with createNetworkV2() with NetworkDefinitionCreationFlag::kEXPLICIT_PRECISION set.
|
| org.bytedeco.tensorrt.nvinfer.INetworkDefinition.hasExplicitPrecision()
Deprecated in TensorRT 8.0
hasExplicitPrecision() is true if and only if this INetworkDefinition
was created with createNetworkV2() with NetworkDefinitionCreationFlag::kEXPLICIT_PRECISION set.
|
| org.bytedeco.tensorrt.global.nvinfer.reorderSubBuffers(Pointer, int[], int, int) |
| org.bytedeco.tensorrt.global.nvinfer.reorderSubBuffers(Pointer, int[], int, int) |
| org.bytedeco.tensorrt.global.nvinfer.reorderSubBuffers(Pointer, IntBuffer, int, int) |
| org.bytedeco.tensorrt.global.nvinfer.reorderSubBuffers(Pointer, IntBuffer, int, int) |
| org.bytedeco.tensorrt.global.nvinfer.reorderSubBuffers(Pointer, IntPointer, int, int)
Deprecated in TensorRT 8.0.
\warning This file will be removed in TensorRT 10.0.
|
| org.bytedeco.tensorrt.global.nvinfer.reorderSubBuffers(Pointer, IntPointer, int, int)
Deprecated in TensorRT 8.0.
\warning This file will be removed in TensorRT 10.0.
|
| org.bytedeco.tensorrt.global.nvinfer.reshapeWeights(Weights, int[], int[], Pointer, int) |
| org.bytedeco.tensorrt.global.nvinfer.reshapeWeights(Weights, int[], int[], Pointer, int) |
| org.bytedeco.tensorrt.global.nvinfer.reshapeWeights(Weights, IntBuffer, IntBuffer, Pointer, int) |
| org.bytedeco.tensorrt.global.nvinfer.reshapeWeights(Weights, IntBuffer, IntBuffer, Pointer, int) |
| org.bytedeco.tensorrt.global.nvinfer.reshapeWeights(Weights, IntPointer, IntPointer, Pointer, int)
Deprecated in TensorRT 8.0.
\warning This file will be removed in TensorRT 10.0.
|
| org.bytedeco.tensorrt.global.nvinfer.reshapeWeights(Weights, IntPointer, IntPointer, Pointer, int)
Deprecated in TensorRT 8.0.
\warning This file will be removed in TensorRT 10.0.
|
| org.bytedeco.tensorrt.nvinfer.IResizeLayer.setAlignCorners(boolean)
Superseded by IResizeLayer::setCoordinateTransformation(). Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.IResizeLayer.setAlignCorners(boolean)
Superseded by IResizeLayer::setCoordinateTransformation(). Deprecated in TensorRT 8.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setDilation(DimsHW)
Superseded by setDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setDilation(DimsHW)
Superseded by setDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setKernelSize(DimsHW)
Superseded by setKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.setKernelSize(DimsHW)
Superseded by setKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.setKernelSize(DimsHW)
Superseded by setKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setKernelSize(DimsHW)
Superseded by setKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IBuilder.setMaxBatchSize(int)
Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IBuilder.setMaxBatchSize(int)
Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.setMaxWorkspaceSize(long)
Use IBuilderConfig::setMemoryPoolLimit with MemoryPoolType::kWORKSPACE.
Deprecated in TensorRT 8.3
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.setMaxWorkspaceSize(long)
Use IBuilderConfig::setMemoryPoolLimit with MemoryPoolType::kWORKSPACE.
Deprecated in TensorRT 8.3
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.setMinTimingIterations(int)
Use setAvgTimingIterations() instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IBuilderConfig.setMinTimingIterations(int)
Use setAvgTimingIterations() instead. Deprecated in TensorRT 8.4.
|
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.setOptimizationProfile(int)
Superseded by setOptimizationProfileAsync. Deprecated prior to TensorRT 8.0 and will be
removed in 9.0.
|
| org.bytedeco.tensorrt.nvinfer.IExecutionContext.setOptimizationProfile(int)
Superseded by setOptimizationProfileAsync. Deprecated prior to TensorRT 8.0 and will be
removed in 9.0.
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setPadding(DimsHW)
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.setPadding(DimsHW)
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.setPadding(DimsHW)
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.setPadding(DimsHW)
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.setPadding(DimsHW)
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setPadding(DimsHW)
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.setPostPadding(DimsHW)
Superseded by setPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.setPostPadding(DimsHW)
Superseded by setPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.setPrePadding(DimsHW)
Superseded by setPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPaddingLayer.setPrePadding(DimsHW)
Superseded by setPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setStride(DimsHW)
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.setStride(DimsHW)
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.setStride(DimsHW)
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.setStride(DimsHW)
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer.setStride(DimsHW)
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IConvolutionLayer.setStride(DimsHW)
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.setWindowSize(DimsHW)
Superseded by setWindowSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.nvinfer.IPoolingLayer.setWindowSize(DimsHW)
Superseded by setWindowSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
| org.bytedeco.tensorrt.global.nvinfer.transposeSubBuffers(Pointer, int, int, int, int) |
| org.bytedeco.tensorrt.global.nvinfer.transposeSubBuffers(Pointer, int, int, int, int) |
| org.bytedeco.tensorrt.global.nvinfer.transposeSubBuffers(Pointer, nvinfer.DataType, int, int, int)
Deprecated in TensorRT 8.0.
\warning This file will be removed in TensorRT 10.0.
|
| org.bytedeco.tensorrt.global.nvinfer.transposeSubBuffers(Pointer, nvinfer.DataType, int, int, int)
Deprecated in TensorRT 8.0.
\warning This file will be removed in TensorRT 10.0.
|
Copyright © 2022. All rights reserved.