Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W _ 

A

addActivation(ITensor, nvinfer.ActivationType) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add an activation layer to the network.
addActivation(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addActivation(ITensor, nvinfer.ActivationType) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addActivation(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addAssertion(ITensor, String) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add an assertion layer to the network.
addAssertion(ITensor, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addAssertion(ITensor, String) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addAssertion(ITensor, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addCast(ITensor, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a cast layer.
addCast(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addCast(ITensor, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addCast(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addConcatenation(PointerPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a concatenation layer to the network.
addConcatenation(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addConcatenation(PointerPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addConcatenation(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addConstant(Dims32, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a constant layer to the network.
addConstant(Dims32, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addConvolution(ITensor, int, DimsHW, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Superseded by addConvolutionNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
addConvolution(ITensor, int, DimsHW, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addConvolutionNd(ITensor, int, Dims32, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a multi-dimension convolution layer to the network.
addConvolutionNd(ITensor, int, Dims32, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addDeconvolution(ITensor, int, DimsHW, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Superseded by addDeconvolutionNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
addDeconvolution(ITensor, int, DimsHW, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addDeconvolutionNd(ITensor, int, Dims32, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addDeconvolutionNd(ITensor, int, Dims32, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addDequantize(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a dequantization layer to the network.
addDequantize(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addEinsum(PointerPointer, int, String) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add an Einsum layer to the network.
addEinsum(ITensor, int, String) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addEinsum(ITensor, int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addEinsum(PointerPointer, int, String) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addEinsum(ITensor, int, String) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addEinsum(ITensor, int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addElementWise(ITensor, ITensor, nvinfer.ElementWiseOperation) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add an elementwise layer to the network.
addElementWise(ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addElementWise(ITensor, ITensor, nvinfer.ElementWiseOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addElementWise(ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addFill(Dims32, nvinfer.FillOperation) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a fill layer to the network.
addFill(Dims32, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addFill(Dims32, nvinfer.FillOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addFill(Dims32, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addFullyConnected(ITensor, int, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Deprecated in TensorRT 8.4. Superseded by addMatrixMultiply().
addFullyConnected(ITensor, int, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addGather(ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add gather with mode GatherMode::kDEFAULT and specified axis and nbElementWiseDims=0.
addGather(ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addGatherV2(ITensor, ITensor, nvinfer.GatherMode) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add gather with specified mode, axis=0 and nbElementWiseDims=0.
addGatherV2(ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addGatherV2(ITensor, ITensor, nvinfer.GatherMode) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addGatherV2(ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addGridSample(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a GridSample layer to the network.
addGridSample(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addIdentity(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add an identity layer.
addIdentity(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addIfConditional() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add an If-conditional layer to the network.
addIfConditional() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addInput(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.IIfConditional
\brief Add an If-conditional input.
addInput(String, nvinfer.DataType, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add an input tensor to the network.
addInput(BytePointer, int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addInput(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VIfConditional
 
addInput(String, nvinfer.DataType, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addInput(BytePointer, int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addIterator(ITensor, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
\brief Return layer that subscripts tensor by loop iteration.
addIterator(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
 
addIterator(ITensor, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addIterator(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addLoop() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a loop to the network.
addLoop() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addLoopOutput(ITensor, nvinfer.LoopOutput, int) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
\brief Make an output for this loop, based on the given tensor.
addLoopOutput(ITensor, nvinfer.LoopOutput) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
 
addLoopOutput(ITensor, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
 
addLoopOutput(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
 
addLoopOutput(ITensor, nvinfer.LoopOutput, int) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addLoopOutput(ITensor, nvinfer.LoopOutput) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addLoopOutput(ITensor, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addLoopOutput(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addLRN(ITensor, int, float, float, float) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a LRN layer to the network.
addLRN(ITensor, int, float, float, float) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addMatrixMultiply(ITensor, nvinfer.MatrixOperation, ITensor, nvinfer.MatrixOperation) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a MatrixMultiply layer to the network.
addMatrixMultiply(ITensor, int, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addMatrixMultiply(ITensor, nvinfer.MatrixOperation, ITensor, nvinfer.MatrixOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addMatrixMultiply(ITensor, int, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addNMS(ITensor, ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a non-maximum suppression layer to the network.
addNMS(ITensor, ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addNonZero(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a nonzero layer to the network.
addNonZero(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addNormalization(ITensor, ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a normalization layer to the network.
addNormalization(ITensor, ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addOneHot(ITensor, ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a OneHot layer to the network.
addOneHot(ITensor, ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addOptimizationProfile(IOptimizationProfile) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Add an optimization profile.
addOptimizationProfile(IOptimizationProfile) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
addOutput(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.IIfConditional
\brief Add an If-conditional output.
addOutput(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VIfConditional
 
addPadding(ITensor, DimsHW, DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Superseded by addPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
addPadding(ITensor, DimsHW, DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addPaddingNd(ITensor, Dims32, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Deprecated in TensorRT 8.0. Superseded by addSlice().
addPaddingNd(ITensor, Dims32, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addParametricReLU(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a parametric ReLU layer to the network.
addParametricReLU(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addPluginV2(PointerPointer, int, IPluginV2) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a plugin layer to the network using the IPluginV2 interface.
addPluginV2(ITensor, int, IPluginV2) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addPluginV2(PointerPointer, int, IPluginV2) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addPluginV2(ITensor, int, IPluginV2) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addPooling(ITensor, nvinfer.PoolingType, DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Superseded by addPoolingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
addPooling(ITensor, int, DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
addPooling(ITensor, nvinfer.PoolingType, DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addPooling(ITensor, int, DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addPoolingNd(ITensor, nvinfer.PoolingType, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a multi-dimension pooling layer to the network.
addPoolingNd(ITensor, int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addPoolingNd(ITensor, nvinfer.PoolingType, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addPoolingNd(ITensor, int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addQuantize(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a quantization layer to the network.
addQuantize(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addRaggedSoftMax(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a RaggedSoftMax layer to the network.
addRaggedSoftMax(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addRecurrence(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
\brief Create a recurrence layer for this loop with initialValue as its first input.
addRecurrence(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addReduce(ITensor, nvinfer.ReduceOperation, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a reduce layer to the network.
addReduce(ITensor, int, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addReduce(ITensor, nvinfer.ReduceOperation, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addReduce(ITensor, int, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addResize(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a resize layer to the network.
addResize(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addReverseSequence(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a ReverseSequence layer to the network.
addReverseSequence(ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addRNNv2(ITensor, int, int, int, nvinfer.RNNOperation) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Deprecated prior to TensorRT 8.0 and will be removed in 9.0. Superseded by INetworkDefinition::addLoop(). \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.
addRNNv2(ITensor, int, int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
addRNNv2(ITensor, int, int, int, nvinfer.RNNOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addRNNv2(ITensor, int, int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addScale(ITensor, nvinfer.ScaleMode, Weights, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a Scale layer to the network.
addScale(ITensor, int, Weights, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addScale(ITensor, nvinfer.ScaleMode, Weights, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addScale(ITensor, int, Weights, Weights, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addScaleNd(ITensor, nvinfer.ScaleMode, Weights, Weights, Weights, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a multi-dimension scale layer to the network.
addScaleNd(ITensor, int, Weights, Weights, Weights, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addScaleNd(ITensor, nvinfer.ScaleMode, Weights, Weights, Weights, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addScaleNd(ITensor, int, Weights, Weights, Weights, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addScatter(ITensor, ITensor, ITensor, nvinfer.ScatterMode) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a Scatter layer to the network with specified mode and axis=0.
addScatter(ITensor, ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addScatter(ITensor, ITensor, ITensor, nvinfer.ScatterMode) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addScatter(ITensor, ITensor, ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addSelect(ITensor, ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a select layer to the network.
addSelect(ITensor, ITensor, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addShape(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a shape layer to the network.
addShape(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addShuffle(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a shuffle layer to the network.
addShuffle(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addSlice(ITensor, Dims32, Dims32, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a slice layer to the network.
addSlice(ITensor, Dims32, Dims32, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addSoftMax(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a SoftMax layer to the network.
addSoftMax(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addTopK(ITensor, nvinfer.TopKOperation, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a TopK layer to the network.
addTopK(ITensor, int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addTopK(ITensor, nvinfer.TopKOperation, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addTopK(ITensor, int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addTripLimit(ITensor, nvinfer.TripLimit) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
\brief Add a trip-count limiter, based on the given tensor.
addTripLimit(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
 
addTripLimit(ITensor, nvinfer.TripLimit) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addTripLimit(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
addUnary(ITensor, nvinfer.UnaryOperation) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Add a unary layer to the network.
addUnary(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
addUnary(ITensor, nvinfer.UnaryOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
addUnary(ITensor, int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
allInputDimensionsSpecified() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Whether all dynamic dimensions of input tensors have been specified
allInputDimensionsSpecified() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
allInputShapesSpecified() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Whether all input shape bindings have been specified
allInputShapesSpecified() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
anchorsRatioCount() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
anchorsRatioCount(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
anchorsScaleCount() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
anchorsScaleCount(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
aspectRatios() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
aspectRatios(FloatPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
aspectRatios() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
aspectRatios(FloatPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
attachToContext(cudnnContext, cublasContext, IGpuAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
\brief Attach the plugin object to an execution context and grant the plugin the access to some context resource.

B

back() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
backgroundLabelId() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
backgroundLabelId(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
backgroundLabelId() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
backgroundLabelId(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
begin() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
bindingIsInput(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorIOMode().
bindingIsInput(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
buildEngineWithConfig(INetworkDefinition, IBuilderConfig) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
Deprecated.
Deprecated in TensorRT 8.0. Superseded by IBuilder::buildSerializedNetwork().
buildEngineWithConfig(INetworkDefinition, IBuilderConfig) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
buildSerializedNetwork(INetworkDefinition, IBuilderConfig) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Builds and serializes a network for the given INetworkDefinition and IBuilderConfig.
buildSerializedNetwork(INetworkDefinition, IBuilderConfig) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 

C

canBroadcastInputAcrossBatch(int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
\brief Return true if plugin can use input that is broadcast across batch without replication.
canRunOnDLA(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Checks if a layer can run on DLA.
canRunOnDLA(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
child() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
child(IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
classes() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
classes(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
clear() - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Clear the error stack on the error recorder.
clear() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
clearErrors() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Clear errors from prior calls to \p parse
clearFlag(nvinfer.BuilderFlag) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief clear a single build mode flag.
clearFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
clearFlag(nvinfer.BuilderFlag) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
clearFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
clearFlag(nvonnxparser.OnnxParserFlag) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief clear a parser flag.
clearFlag(int) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
clearQuantizationFlag(nvinfer.QuantizationFlag) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief clear a quantization flag.
clearQuantizationFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
clearQuantizationFlag(nvinfer.QuantizationFlag) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
clearQuantizationFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
clip() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
clip(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
clone() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Clone the plugin object.
clone() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
 
clone() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
\brief Clone the plugin object.
code() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParserError
\brief the error code
codeType() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
codeType(nvinfer_plugin.CodeTypeSSD) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
combine(ITimingCache, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.ITimingCache
\brief Combine input timing cache into local instance.
combine(ITimingCache, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VTimingCache
 
confidenceThreshold() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
confidenceThreshold(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
configurePlugin(DynamicPluginTensorDesc, int, DynamicPluginTensorDesc, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
\brief Configure the plugin.
configurePlugin(Dims32, int, Dims32, int, IntPointer, IntPointer, BoolPointer, BoolPointer, nvinfer.TensorFormat, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
\brief Configure the layer with input and output data types.
configurePlugin(Dims32, int, Dims32, int, IntBuffer, IntBuffer, boolean[], boolean[], int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
configurePlugin(Dims32, int, Dims32, int, int[], int[], BoolPointer, BoolPointer, nvinfer.TensorFormat, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
configurePlugin(Dims32, int, Dims32, int, IntPointer, IntPointer, boolean[], boolean[], int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
configurePlugin(Dims32, int, Dims32, int, IntBuffer, IntBuffer, BoolPointer, BoolPointer, nvinfer.TensorFormat, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
configurePlugin(Dims32, int, Dims32, int, int[], int[], boolean[], boolean[], int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
configurePlugin(PluginTensorDesc, int, PluginTensorDesc, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2IOExt
\brief Configure the layer.
configureWithFormat(Dims32, int, Dims32, int, nvinfer.DataType, nvinfer.TensorFormat, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Configure the layer.
configureWithFormat(Dims32, int, Dims32, int, int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
 
confSigmoid() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
confSigmoid(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
constant(int) - Method in class org.bytedeco.tensorrt.nvinfer.IExprBuilder
Return pointer to IDimensionExp for given value.
constant(int) - Method in class org.bytedeco.tensorrt.nvinfer.VExprBuilder
 
coords() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
coords(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
count() - Method in class org.bytedeco.tensorrt.nvinfer.Weights
The number of weights in the array.
count(long) - Method in class org.bytedeco.tensorrt.nvinfer.Weights
 
createAnchorGeneratorPlugin(GridAnchorParameters, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use GridAnchorPluginCreator::createPlugin() to create an instance of "GridAnchor_TRT" version 1 plugin.
createBatchedNMSPlugin(NMSParameters) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use BatchedNMSPluginCreator::createPlugin() to create an instance of "BatchedNMS_TRT" version 1 plugin.
createBuilderConfig() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Create a builder configuration object.
createBuilderConfig() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
createCaffeParser() - Static method in class org.bytedeco.tensorrt.global.nvparsers
Deprecated.
ICaffeParser will be removed in TensorRT 9.0. Plan to migrate your workflow to use nvonnxparser::IParser for deployment.
createEngineInspector() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Create a new engine inspector which prints the layer information in an engine or an execution context.
createEngineInspector() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
createExecutionContext() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Create an execution context.
createExecutionContext() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
createExecutionContextWithoutDeviceMemory() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief create an execution context without any device memory allocated The memory for execution of this device context must be supplied by the application.
createExecutionContextWithoutDeviceMemory() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
createInferBuilder(ILogger) - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Create an instance of an IBuilder class.
createInferBuilder_INTERNAL(Pointer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Internal C entry point for creating IBuilder.
createInferRefitter(ICudaEngine, ILogger) - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Create an instance of an IRefitter class.
createInferRefitter_INTERNAL(Pointer, Pointer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Internal C entry point for creating IRefitter.
createInferRuntime(ILogger) - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Create an instance of an IRuntime class.
createInferRuntime_INTERNAL(Pointer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Internal C entry point for creating IRuntime.
createInstanceNormalizationPlugin(float, Weights, Weights) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use InstanceNormalizationPluginCreator::createPlugin() to create an instance of "InstanceNormalization_TRT" version 1 plugin.
createNetworkV2(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Create a network definition object Creates a network definition object with immutable properties specified using the flags parameter.
createNetworkV2(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
createNMSPlugin(DetectionOutputParameters) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use NMSPluginCreator::createPlugin() to create an instance of "NMS_TRT" version 1 plugin.
createNormalizePlugin(Weights, boolean, boolean, float) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use NormalizePluginCreator::createPlugin() to create an instance of "Normalize_TRT" version 1 plugin.
createNvCaffeParser_INTERNAL() - Static method in class org.bytedeco.tensorrt.global.nvparsers
Internal C entry point for creating ICaffeParser.
createNvOnnxParser_INTERNAL(Pointer, Pointer, int) - Static method in class org.bytedeco.tensorrt.global.nvonnxparser
Maximum number of flags in the OnnxParserFlag enum.
createNvUffParser_INTERNAL() - Static method in class org.bytedeco.tensorrt.global.nvparsers
Internal C entry point for creating IUffParser \private
createOptimizationProfile() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Create a new optimization profile.
createOptimizationProfile() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
createParser(INetworkDefinition, ILogger) - Static method in class org.bytedeco.tensorrt.global.nvonnxparser
\brief Create a new parser object
createPlugin(String, PluginFieldCollection) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Return a plugin object.
createPlugin(BytePointer, PluginFieldCollection) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
 
createPlugin(String, Weights, int, String) - Method in class org.bytedeco.tensorrt.nvparsers.IPluginFactoryV2
\brief Creates a plugin.
createPlugin(String, Weights, int) - Method in class org.bytedeco.tensorrt.nvparsers.IPluginFactoryV2
 
createPlugin(BytePointer, Weights, int, BytePointer) - Method in class org.bytedeco.tensorrt.nvparsers.IPluginFactoryV2
 
createPlugin(BytePointer, Weights, int) - Method in class org.bytedeco.tensorrt.nvparsers.IPluginFactoryV2
 
createPriorBoxPlugin(PriorBoxParameters) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use PriorBoxPluginCreator::createPlugin() to create an instance of "PriorBox_TRT" version 1 plugin.
createRegionPlugin(RegionParameters) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use RegionPluginCreator::createPlugin() to create an instance of "Region_TRT" version 1 plugin.
createReorgPlugin(int) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use ReorgPluginCreator::createPlugin() to create an instance of "Reorg_TRT" version 1 plugin.
createRPNROIPlugin(int, int, int, float, float, float, DimsHW, Weights, Weights) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5. Use RPROIPluginCreator::createPlugin() to create an instance of "RPROI_TRT" version 1 plugin.
createSplitPlugin(int, IntPointer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
Deprecated in TensorRT 8.5 along with the "Split" plugin. Use INetworkDefinition::addSlice() to add slice layer(s) as necessary to accomplish the required effect.
createSplitPlugin(int, IntBuffer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
createSplitPlugin(int, int[], int) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
Deprecated.
createTimingCache(Pointer, long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Create timing cache Create ITimingCache instance from serialized raw data.
createTimingCache(Pointer, long) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
createUffParser() - Static method in class org.bytedeco.tensorrt.global.nvparsers
Deprecated.
IUffParser will be removed in TensorRT 9.0. Plan to migrate your workflow to use nvonnxparser::IParser for deployment.
cublasContext - Class in org.bytedeco.tensorrt.nvinfer
Forward declaration of cublasContext to use in other interfaces
cublasContext() - Constructor for class org.bytedeco.tensorrt.nvinfer.cublasContext
Empty constructor.
cublasContext(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.cublasContext
Pointer cast constructor.
cudnnContext - Class in org.bytedeco.tensorrt.nvinfer
Forward declaration of cudnnContext to use in other interfaces
cudnnContext() - Constructor for class org.bytedeco.tensorrt.nvinfer.cudnnContext
Empty constructor.
cudnnContext(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.cudnnContext
Pointer cast constructor.

D

d(int) - Method in class org.bytedeco.tensorrt.nvinfer.Dims32
The extent of each dimension.
d(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.Dims32
 
d() - Method in class org.bytedeco.tensorrt.nvinfer.Dims32
 
d(int) - Method in class org.bytedeco.tensorrt.nvinfer.DimsExprs
The extent of each dimension.
d(int, IDimensionExpr) - Method in class org.bytedeco.tensorrt.nvinfer.DimsExprs
 
d() - Method in class org.bytedeco.tensorrt.nvinfer.DimsExprs
 
data() - Method in class org.bytedeco.tensorrt.nvinfer.IHostMemory
A pointer to the raw data that is owned by the library.
data() - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
\brief Plugin field attribute data
data(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
 
data() - Method in class org.bytedeco.tensorrt.nvinfer.VHostMemory
 
data(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
 
data(int, int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
 
data() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
 
data() - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
data(Pointer) - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
decRefCount() - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Decrements the refcount for the current ErrorRecorder.
deregisterCreator(IPluginCreator) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Deregister a previously registered plugin creator.
deregisterLibrary(IPluginRegistry.PluginLibraryHandle) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Deregister plugins associated with a library.
desc() - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
Information required to interpret a pointer to tensor data, except that desc.dims has -1 in place of any runtime dimension.
desc(PluginTensorDesc) - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
 
desc() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParserError
\brief description of the error
deserializeCudaEngine(Pointer, long, IPluginFactory) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
Deprecated.
Deprecated in TensorRT 8.0. \warning IPluginFactory is no longer supported, therefore pluginFactory must be a nullptr.
deserializeCudaEngine(Pointer, long) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Deserialize an engine from a stream.
deserializeCudaEngine(Pointer, long, IPluginFactory) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
deserializePlugin(String, Pointer, long) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Called during deserialization of plugin layer.
deserializePlugin(BytePointer, Pointer, long) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
 
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
Deprecated.
Deprecated in TensorRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Deprecated.
Deprecated in TensorRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Deprecated in TRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.IHostMemory
Deprecated.
Deprecated in TRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Deprecated in TensorRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Destroy the plugin object.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
Deprecated.
Deprecated in TRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
Deprecated.
Deprecated in TRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
Deprecated.
destroy() - Method in class org.bytedeco.tensorrt.nvparsers.IBinaryProtoBlob
Deprecated.
Deprecated in TensorRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
Deprecated.
Deprecated in TensorRT 8.0. Superseded by delete. \warning Calling destroy on a managed pointer will result in a double-free error.
destroy() - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
Deprecated.
Use delete instead. Deprecated in TRT 8.0.
detachFromContext() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
\brief Detach the plugin object from its execution context.
DetectionOutputParameters - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief The DetectionOutput plugin layer generates the detection output based on location and confidence predictions by doing non maximum suppression.
DetectionOutputParameters() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
Default native constructor.
DetectionOutputParameters(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
Native array allocator.
DetectionOutputParameters(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
Pointer cast constructor.
dims() - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
Dimensions.
dims(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
 
Dims2 - Class in org.bytedeco.tensorrt.nvinfer
\class Dims2 \brief Descriptor for two-dimensional data.
Dims2(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims2
Pointer cast constructor.
Dims2(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims2
Native array allocator.
Dims2() - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims2
\brief Construct an empty Dims2 object.
Dims2(int, int) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims2
\brief Construct a Dims2 from 2 elements.
Dims3 - Class in org.bytedeco.tensorrt.nvinfer
\class Dims3 \brief Descriptor for three-dimensional data.
Dims3(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims3
Pointer cast constructor.
Dims3(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims3
Native array allocator.
Dims3() - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims3
\brief Construct an empty Dims3 object.
Dims3(int, int, int) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims3
\brief Construct a Dims3 from 3 elements.
Dims32 - Class in org.bytedeco.tensorrt.nvinfer
\class Dims \brief Structure to define the dimensions of a tensor.
Dims32() - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims32
Default native constructor.
Dims32(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims32
Native array allocator.
Dims32(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims32
Pointer cast constructor.
Dims4 - Class in org.bytedeco.tensorrt.nvinfer
\class Dims4 \brief Descriptor for four-dimensional data.
Dims4(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims4
Pointer cast constructor.
Dims4(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims4
Native array allocator.
Dims4() - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims4
\brief Construct an empty Dims4 object.
Dims4(int, int, int, int) - Constructor for class org.bytedeco.tensorrt.nvinfer.Dims4
\brief Construct a Dims4 from 4 elements.
DimsExprs - Class in org.bytedeco.tensorrt.nvinfer
\class DimsExprs Analog of class Dims with expressions instead of constants for the dimensions.
DimsExprs() - Constructor for class org.bytedeco.tensorrt.nvinfer.DimsExprs
Default native constructor.
DimsExprs(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.DimsExprs
Native array allocator.
DimsExprs(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.DimsExprs
Pointer cast constructor.
DimsHW - Class in org.bytedeco.tensorrt.nvinfer
\class DimsHW \brief Descriptor for two-dimensional spatial data.
DimsHW(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.DimsHW
Pointer cast constructor.
DimsHW(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.DimsHW
Native array allocator.
DimsHW() - Constructor for class org.bytedeco.tensorrt.nvinfer.DimsHW
\brief Construct an empty DimsHW object.
DimsHW(int, int) - Constructor for class org.bytedeco.tensorrt.nvinfer.DimsHW
\brief Construct a DimsHW given height and width.
DynamicPluginTensorDesc - Class in org.bytedeco.tensorrt.nvinfer
\class DynamicPluginTensorDesc Summarizes tensors that a plugin might see for an input or output.
DynamicPluginTensorDesc() - Constructor for class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
Default native constructor.
DynamicPluginTensorDesc(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
Native array allocator.
DynamicPluginTensorDesc(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
Pointer cast constructor.
dynamicRangeIsSet() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Query whether dynamic range is set.
dynamicRangeIsSet() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 

E

empty() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
end() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
enqueue(int, PointerPointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Deprecated in TensorRT 8.4. Superseded by enqueueV2() if the network is created with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag.
enqueue(int, Pointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
enqueue(int, PointerPointer, PointerPointer, Pointer, CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Execute the layer.
enqueue(int, Pointer, Pointer, Pointer, CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
 
enqueue(PluginTensorDesc, PluginTensorDesc, PointerPointer, PointerPointer, Pointer, CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
\brief Execute the layer.
enqueue(PluginTensorDesc, PluginTensorDesc, Pointer, Pointer, Pointer, CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
 
enqueue(int, PointerPointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
enqueue(int, Pointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
enqueueV2(PointerPointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Superseded by enqueueV3(). Deprecated in TensorRT 8.5
enqueueV2(Pointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
enqueueV2(PointerPointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
enqueueV2(Pointer, CUstream_st, CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
enqueueV3(CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Enqueue inference on a stream.
enqueueV3(CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
equals(SubGraphCollection_t.Iterator) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t.Iterator
 
erase(SubGraphCollection_t.Iterator) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
execute(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
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.
execute(int, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
execute(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
execute(int, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
executeV2(PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Synchronously execute inference a network.
executeV2(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
executeV2(PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
executeV2(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 

F

featureStride() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
featureStride(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
FieldCollection - Class in org.bytedeco.tensorrt.nvparsers
 
FieldCollection() - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldCollection
Default native constructor.
FieldCollection(long) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldCollection
Native array allocator.
FieldCollection(Pointer) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldCollection
Pointer cast constructor.
FieldMap - Class in org.bytedeco.tensorrt.nvparsers
\class FieldMap \brief An array of field params used as a layer parameter for plugin layers.
FieldMap(Pointer) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldMap
Pointer cast constructor.
FieldMap(long) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldMap
Native array allocator.
FieldMap(String, Pointer, nvparsers.FieldType, int) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldMap
Deprecated.
Legacy constructor, retained for ABI compatibility. Deprecated in TensorRT 8.6. Use the default constructor instead.
FieldMap(String, Pointer, nvparsers.FieldType) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldMap
 
FieldMap(BytePointer, Pointer, int, int) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldMap
 
FieldMap(BytePointer, Pointer, int) - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldMap
 
FieldMap() - Constructor for class org.bytedeco.tensorrt.nvparsers.FieldMap
Default constructor
fields() - Method in class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
Pointer to PluginField entries.
fields(PluginField) - Method in class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
 
fields() - Method in class org.bytedeco.tensorrt.nvparsers.FieldCollection
 
fields(FieldMap) - Method in class org.bytedeco.tensorrt.nvparsers.FieldCollection
 
file() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParserError
\brief source file in which the error occurred
find(String) - Method in class org.bytedeco.tensorrt.nvparsers.IBlobNameToTensor
\brief Given a blob name, returns a pointer to a ITensor object.
find(BytePointer) - Method in class org.bytedeco.tensorrt.nvparsers.IBlobNameToTensor
 
findLogger() - Method in class org.bytedeco.tensorrt.nvinfer.ILoggerFinder
\brief Get the logger used by the engine or execution context which called the plugin method.
first() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
first(SizeTPointer) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
flip() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
flip(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
format() - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
Tensor format.
format(nvinfer.TensorFormat) - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
 
front() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
func() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParserError
\brief source function in which the error occurred

G

get(long) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
get() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
get() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t.Iterator
 
getActivationType() - Method in class org.bytedeco.tensorrt.nvinfer.IActivationLayer
\brief Get the type of activation to be performed.
getActivationType() - Method in class org.bytedeco.tensorrt.nvinfer.VActivationLayer
 
getAlgorithm() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
\brief Get the algorithm used by this calibrator.
getAlgorithm() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator
Signal that this is the entropy calibrator.
getAlgorithm() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator2
Signal that this is the entropy calibrator 2.
getAlgorithm() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
Signal that this is the legacy calibrator.
getAlgorithm() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8MinMaxCalibrator
Signal that this is the MinMax Calibrator.
getAlgorithmIOInfo(int) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithm
Deprecated.
Deprecated in TensorRT 8.0. Superseded by IAlgorithm::getAlgorithmIOInfoByIndex().
getAlgorithmIOInfo(int) - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithm
 
getAlgorithmIOInfoByIndex(int) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithm
\brief Returns the format of an Algorithm input or output.
getAlgorithmIOInfoByIndex(int) - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithm
 
getAlgorithmSelector() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get Algorithm Selector.
getAlgorithmSelector() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getAlgorithmVariant() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithm
\brief Returns the algorithm variant.
getAlgorithmVariant() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithm
 
getAlignCorners() - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
\brief Get the align corners mode.
getAlignCorners() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
Deprecated.
Deprecated in TensorRT 8.0. Superseded by IResizeLayer::getCoordinateTransformation().
getAlignCorners() - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
getAlignCorners() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getAll(int, PointerPointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get description of all weights that could be refit.
getAll(int, BytePointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getAll(int, ByteBuffer, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getAll(int, byte[], int[]) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getAll(int, PointerPointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAll(int, BytePointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAll(int, ByteBuffer, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAll(int, byte[], int[]) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAllowedFormats() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get a bitmask of TensorFormat values that the tensor supports.
getAllowedFormats() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getAllWeights(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get names of all weights that could be refit.
getAllWeights(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getAllWeights(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getAllWeights(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getAllWeights(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAllWeights(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAllWeights(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAllWeights(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getAlpha() - Method in class org.bytedeco.tensorrt.nvinfer.IActivationLayer
\brief Get the alpha parameter.
getAlpha() - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Get the value of alpha parameter.
getAlpha() - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Get the LRN alpha value.
getAlpha() - Method in class org.bytedeco.tensorrt.nvinfer.VActivationLayer
 
getAlpha() - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
getAlpha() - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
getAverageCountExcludesPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get whether average pooling uses as a denominator the overlap area between the window and the unpadded input.
getAverageCountExcludesPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getAvgTimingIterations() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Query the number of averaging iterations.
getAvgTimingIterations() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getAxes() - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Get the axes value used for the normalization calculation.
getAxes() - Method in class org.bytedeco.tensorrt.nvinfer.ISoftMaxLayer
\brief Get the axis along which softmax occurs.
getAxes() - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
getAxes() - Method in class org.bytedeco.tensorrt.nvinfer.VSoftMaxLayer
 
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IConcatenationLayer
\brief Get the axis along which concatenation occurs.
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IDequantizeLayer
\brief Get the quantization axis.
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IIteratorLayer
Get axis being iterated over.
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.ILoopOutputLayer
Get axis being concatenated over.
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IOneHotLayer
\brief Get the value of the axis parameter.
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IQuantizeLayer
\brief Get the quantization axis.
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IScatterLayer
\brief Get the axis.
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VConcatenationLayer
 
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VDequantizeLayer
 
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VIteratorLayer
 
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VLoopOutputLayer
 
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VOneHotLayer
 
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VQuantizeLayer
 
getAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VScatterLayer
 
getBatch(PointerPointer, PointerPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
\brief Get a batch of input for calibration.
getBatchAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IReverseSequenceLayer
\brief Return the batch axis.
getBatchAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VReverseSequenceLayer
 
getBatchSize() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
\brief Get the batch size used for calibration batches.
getBeta() - Method in class org.bytedeco.tensorrt.nvinfer.IActivationLayer
\brief Get the beta parameter.
getBeta() - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Get the value of beta parameter.
getBeta() - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Get the LRN beta value.
getBeta() - Method in class org.bytedeco.tensorrt.nvinfer.VActivationLayer
 
getBeta() - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
getBeta() - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
getBiasForGate(int, nvinfer.RNNGateType, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the bias parameters for an individual gate in the RNN.
getBiasForGate(int, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
 
getBiasForGate(int, nvinfer.RNNGateType, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getBiasForGate(int, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getBiasWeights() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the bias weights for the convolution.
getBiasWeights() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the bias weights for the deconvolution.
getBiasWeights() - Method in class org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Deprecated.
\brief Get the bias weights.
getBiasWeights() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getBiasWeights() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getBiasWeights() - Method in class org.bytedeco.tensorrt.nvinfer.VFullyConnectedLayer
 
getBindingBytesPerComponent(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorBytesPerComponent().
getBindingBytesPerComponent(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingComponentsPerElement(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorComponentsPerElement().
getBindingComponentsPerElement(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingDataType(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorDataType().
getBindingDataType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingDimensions(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorShape().
getBindingDimensions(int) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorShape().
getBindingDimensions(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingDimensions(int) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getBindingFormat(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorFormat().
getBindingFormat(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingFormatDesc(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorFormatDesc().
getBindingFormatDesc(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingIndex(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by name-based methods. Use them instead of binding-index based methods.
getBindingIndex(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
getBindingIndex(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingIndex(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingName(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by name-based methods. Use them instead of binding-index based methods.
getBindingName(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBindingVectorizedDim(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorVectorizedDim().
getBindingVectorizedDim(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getBlendFactor() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the blending factor for the max_average_blend mode: max_average_blendPool = (1-blendFactor)*maxPool + blendFactor*avgPool blendFactor is a user value in [0,1] with the default value of 0.0 In modes other than kMAX_AVERAGE_BLEND, blendFactor is ignored.
getBlendFactor() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getBoundingBoxFormat() - Method in class org.bytedeco.tensorrt.nvinfer.INMSLayer
\brief Get the bounding box format parameter for the layer.
getBoundingBoxFormat() - Method in class org.bytedeco.tensorrt.nvinfer.VNMSLayer
 
getBroadcastAcrossBatch() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Check if tensor is broadcast across the batch.
getBroadcastAcrossBatch() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getBuilder() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Return the builder from which this INetworkDefinition was created.
getBuilder() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getBuilderOptimizationLevel() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get builder optimization level
getBuilderOptimizationLevel() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getBuilderPluginRegistry(nvinfer.EngineCapability) - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Return the plugin registry for building a Standard engine, or nullptr if no registry exists.
getBuilderPluginRegistry(int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
 
getBuilderSafePluginRegistry(nvinfer.EngineCapability) - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Return the plugin registry for building a Safety engine, or nullptr if no registry exists.
getBuilderSafePluginRegistry(int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
 
getCalibrationProfile() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the current calibration profile.
getCalibrationProfile() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getCellState() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the initial cell state of the RNN.
getCellState() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getChannelAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Get the channel axis.
getChannelAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
getComponentsPerElement() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmIOInfo
\brief Return the number of components per element.
getComponentsPerElement() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmIOInfo
 
getComputePrecision() - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Get the compute precision of this layer.
getComputePrecision() - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
getConditional() - Method in class org.bytedeco.tensorrt.nvinfer.IIfConditionalBoundaryLayer
Return pointer to the IIfConditional associated with this boundary layer.
getConditional() - Method in class org.bytedeco.tensorrt.nvinfer.VConditionalBoundaryLayer
 
getConstantValue() - Method in class org.bytedeco.tensorrt.nvinfer.IDimensionExpr
If isConstant(), returns value of the constant.
getConstantValue() - Method in class org.bytedeco.tensorrt.nvinfer.VDimensionExpr
 
getCoordinateTransformation() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Get coordinate transformation function.
getCoordinateTransformation() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getCubicCoeff() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Get the coefficient 'A' used in cubic interpolation.
getCubicCoeff() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getData() - Method in class org.bytedeco.tensorrt.nvparsers.IBinaryProtoBlob
 
getDataLength() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
Get the embedding length of the RNN.
getDataLength() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getDataType() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmIOInfo
\brief Return DataType of the input/output of algorithm.
getDataType() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmIOInfo
 
getDataType() - Method in class org.bytedeco.tensorrt.nvparsers.IBinaryProtoBlob
 
getDebugSync() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the debug sync flag.
getDebugSync() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getDefaultDeviceType() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the default DeviceType which was set by setDefaultDeviceType.
getDefaultDeviceType() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getDeviceMemorySize() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the amount of device memory required by an execution context.
getDeviceMemorySize() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getDeviceType(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the device that this layer executes on.
getDeviceType(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getDilation() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by getDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getDilation() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getDilationNd() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the multi-dimension dilation of the convolution.
getDilationNd() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the multi-dimension dilation of the deconvolution.
getDilationNd() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getDilationNd() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getDimensionName(int) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get the name of an input dimension.
getDimensionName(int) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getDimensions(int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmContext
\brief Get the minimum / optimum / maximum dimensions for input or output tensor.
getDimensions(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmContext
 
getDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.IConstantLayer
\brief Get the dimensions for the layer.
getDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Get the output tensor's dimensions.
getDimensions(String, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Get the minimum / optimum / maximum dimensions for a dynamic input tensor.
getDimensions(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
getDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get the dimensions of a tensor.
getDimensions(int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmContext
 
getDimensions(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmContext
 
getDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.VConstantLayer
 
getDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
getDimensions(String, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
getDimensions(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
getDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getDimensions() - Method in class org.bytedeco.tensorrt.nvparsers.IBinaryProtoBlob
 
getDirection() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the direction of the RNN layer.
getDirection() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getDLACore() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the DLA core that the engine executes on.
getDLACore() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Get the DLA core that the engine executes on.
getDLACore() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getDLACore() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getDynamicRangeMax(String) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get maximum of dynamic range.
getDynamicRangeMax(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getDynamicRangeMax() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get maximum of dynamic range.
getDynamicRangeMax(String) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getDynamicRangeMax(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getDynamicRangeMax() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getDynamicRangeMin(String) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get minimum of dynamic range.
getDynamicRangeMin(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getDynamicRangeMin() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get minimum of dynamic range.
getDynamicRangeMin(String) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getDynamicRangeMin(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getDynamicRangeMin() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getEngine() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the associated engine.
getEngine() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getEngineCapability() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Query EngineCapability flow configured for the builder.
getEngineCapability() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Determine what execution capability this engine has.
getEngineCapability() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getEngineCapability() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getEngineHostCodeAllowed() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Get whether the runtime is allowed to deserialize engines with host executable code.
getEngineHostCodeAllowed() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getEngineInformation(nvinfer.LayerInformationFormat) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
\brief Get a string describing the information about all the layers in the current engine or the execution context.
getEngineInformation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
 
getEngineInformation(nvinfer.LayerInformationFormat) - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
getEngineInformation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
getEnqueueEmitsProfile() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the enqueueEmitsProfile state.
getEnqueueEmitsProfile() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getEpsilon() - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Get the epsilon value used for the normalization calculation.
getEpsilon() - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
getEquation() - Method in class org.bytedeco.tensorrt.nvinfer.IEinsumLayer
\brief Return the equation.
getEquation() - Method in class org.bytedeco.tensorrt.nvinfer.VEinsumLayer
 
getError(int) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Get an error that occurred during prior calls to \p parse
getErrorCode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Returns the ErrorCode enumeration.
getErrorDesc(int) - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Returns a null-terminated C-style string description of the error.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
\brief Get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief get the ErrorRecorder assigned to this interface.
getErrorRecorder() - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief get the ErrorRecorder assigned to this interface.
getExcludeOutside() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Get the state for excluding outside pixels.
getExcludeOutside() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getExecutionContext() - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
\brief Get the context currently being inspected.
getExecutionContext() - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
getExtraMemoryTarget() - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Get the extra memory target that has been defined for this profile.
getExtraMemoryTarget() - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
getFieldNames() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Return a list of fields that needs to be passed to createPlugin.
getFirstTranspose() - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Get the permutation applied by the first transpose operation.
getFirstTranspose() - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
getFlag(nvinfer.BuilderFlag) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Returns true if the build mode flag is set
getFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
getFlag(nvinfer.BuilderFlag) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getFlag(nvonnxparser.OnnxParserFlag) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Returns true if the parser flag is set
getFlag(int) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
getFlags() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the build mode flags for this builder config.
getFlags() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getFlags() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Get the parser flags.
getGatherAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IGatherLayer
\brief Get the axis to gather on.
getGatherAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VGatherLayer
 
getHardwareCompatibilityLevel() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the hardware compatibility level.
getHardwareCompatibilityLevel() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the hardware compatibility level of this engine.
getHardwareCompatibilityLevel() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getHardwareCompatibilityLevel() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getHiddenSize() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
Get the hidden size of the RNN.
getHiddenSize() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getHiddenState() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the initial hidden state of the RNN.
getHiddenState() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getImplementation() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmVariant
\brief Return implementation of the algorithm.
getImplementation() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmVariant
 
getInferLibVersion() - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Return the library version number.
getInput(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Get the layer input corresponding to the given index.
getInput(int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Get the input tensor specified by the given index.
getInput(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getInput(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getInputConsumedEvent() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief The event associated with consuming the input.
getInputConsumedEvent() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getInputMode() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the input mode of the RNN layer.
getInputMode() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getInt8Calibrator() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get Int8 Calibration interface.
getInt8Calibrator() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getInterfaceVersion() - Method in class org.bytedeco.tensorrt.nvinfer.IOutputAllocator
\brief Return the API version of this IOutputAllocator.
getInterpolationMode() - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
\brief Get the grid sample interpolation mode.
getInterpolationMode() - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
getIOTensorName(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return name of an IO tensor.
getIOTensorName(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getK() - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Get the LRN K value.
getK() - Method in class org.bytedeco.tensorrt.nvinfer.ITopKLayer
\brief Get the k value for the layer.
getK() - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
getK() - Method in class org.bytedeco.tensorrt.nvinfer.VTopKLayer
 
getKeepDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.IReduceLayer
\brief Get the boolean that specifies whether or not to keep the reduced dimensions for the layer.
getKeepDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.VReduceLayer
 
getKernelSize() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by getKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getKernelSize() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
Deprecated.
Superseded by getKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getKernelSize() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getKernelSize() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getKernelSizeNd() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the multi-dimension kernel size of the convolution.
getKernelSizeNd() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the multi-dimension kernel size of the deconvolution.
getKernelSizeNd() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getKernelSizeNd() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getKernelWeights() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the kernel weights of the convolution.
getKernelWeights() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the kernel weights for the deconvolution.
getKernelWeights() - Method in class org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Deprecated.
\brief Get the kernel weights.
getKernelWeights() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getKernelWeights() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getKernelWeights() - Method in class org.bytedeco.tensorrt.nvinfer.VFullyConnectedLayer
 
getLayer(int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Get the layer specified by the given index.
getLayer(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getLayerCount() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
Get the layer count of the RNN.
getLayerCount() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getLayerInformation(int, nvinfer.LayerInformationFormat) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
\brief Get a string describing the information about a specific layer in the current engine or the execution context.
getLayerInformation(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
 
getLayerInformation(int, nvinfer.LayerInformationFormat) - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
getLayerInformation(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
getLocation(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorLocation().
getLocation() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get the storage location of a tensor.
getLocation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getLocation() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getLogger() - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Return the logger object.
getLogger() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief get the logger with which the builder was created
getLogger() - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief get the logger with which the refitter was created
getLogger() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief get the logger with which the runtime was created
getLogger() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
getLogger() - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getLogger() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getLoop() - Method in class org.bytedeco.tensorrt.nvinfer.ILoopBoundaryLayer
Return pointer to ILoop associated with this boundary layer.
getLoop() - Method in class org.bytedeco.tensorrt.nvinfer.VLoopBoundaryLayer
 
getLoopOutput() - Method in class org.bytedeco.tensorrt.nvinfer.ILoopOutputLayer
 
getLoopOutput() - Method in class org.bytedeco.tensorrt.nvinfer.VLoopOutputLayer
 
getMaxAuxStreams() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the maximum number of auxiliary streams that TRT is allowed to use.
getMaxAuxStreams() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getMaxBatchSize() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
Deprecated.
Deprecated in TensorRT 8.4.
getMaxBatchSize() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.4.
getMaxBatchSize() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
getMaxBatchSize() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getMaxDLABatchSize() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Get the maximum batch size DLA can support.
getMaxDLABatchSize() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
getMaxOutputSize(String) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get upper bound on an output tensor's size, in bytes, based on the current optimization profile and input dimensions.
getMaxOutputSize(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
getMaxOutputSize(String) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getMaxOutputSize(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getMaxSeqLength() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
Get the maximum sequence length of the RNN.
getMaxSeqLength() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getMaxThreads() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief get the maximum number of threads that can be used by the builder.
getMaxThreads() - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief get the maximum number of threads that can be used by the refitter.
getMaxThreads() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Get the maximum number of threads that can be used by the runtime.
getMaxThreads() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
getMaxThreads() - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMaxThreads() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getMaxWorkspaceSize() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Deprecated.
Deprecated in TensorRT 8.3. Superseded by IBuilderConfig::getMemoryPoolLimit() with MemoryPoolType::kWORKSPACE.
getMaxWorkspaceSize() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getMemoryPoolLimit(nvinfer.MemoryPoolType) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the memory size limit of the memory pool.
getMemoryPoolLimit(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
getMemoryPoolLimit(nvinfer.MemoryPoolType) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getMemoryPoolLimit(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getMessage() - Method in class org.bytedeco.tensorrt.nvinfer.IAssertionLayer
\brief Return the assertion message.
getMessage() - Method in class org.bytedeco.tensorrt.nvinfer.VAssertionLayer
 
getMetadata() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Get the metadata of the layer.
getMetadata() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getMinTimingIterations() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Deprecated.
Deprecated in TensorRT 8.4. Superseded by getAvgTimingIterations().
getMinTimingIterations() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getMissing(int, PointerPointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get description of missing weights.
getMissing(int, BytePointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getMissing(int, ByteBuffer, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getMissing(int, byte[], int[]) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getMissing(int, PointerPointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMissing(int, BytePointer, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMissing(int, ByteBuffer, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMissing(int, byte[], int[]) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMissingWeights(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get names of missing weights.
getMissingWeights(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getMissingWeights(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getMissingWeights(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getMissingWeights(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMissingWeights(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMissingWeights(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMissingWeights(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.IGatherLayer
\brief Get the gather mode.
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Get the scale mode.
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.IScatterLayer
\brief Get the scatter mode.
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Get the slice mode.
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.VGatherLayer
 
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.VScatterLayer
 
getMode() - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmContext
\brief Return name of the algorithm node.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Returns the name of the network associated with the engine.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Return the name of the execution context.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.IIfConditional
\brief Return the name of the conditional.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Return the name of a layer.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
\brief Return the name of the loop.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Returns the name associated with the network.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get the tensor name.
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmContext
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VIfConditional
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getName() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getNbAuxStreams() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the number of auxiliary streams used by this engine.
getNbAuxStreams() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getNbBindings() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getNbIOTensors.
getNbBindings() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getNbDLACores() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Return the number of DLA engines available to this builder.
getNbDLACores() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Returns number of DLA hardware cores accessible or 0 if DLA is unavailable.
getNbDLACores() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
getNbDLACores() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getNbElementWiseDims() - Method in class org.bytedeco.tensorrt.nvinfer.IGatherLayer
\brief Get the number of leading dimensions of indices tensor to be handled elementwise.
getNbElementWiseDims() - Method in class org.bytedeco.tensorrt.nvinfer.VGatherLayer
 
getNbErrors() - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Return the number of errors Determines the number of errors that occurred between the current point in execution and the last time that the clear() was executed.
getNbErrors() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Get the number of errors that occurred during prior calls to \p parse
getNbGroups() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the number of groups of the convolution.
getNbGroups() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the number of groups for a deconvolution.
getNbGroups() - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Get the number of groups used to split the channels for the normalization calculation.
getNbGroups() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getNbGroups() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getNbGroups() - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
getNbInputs() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmContext
\brief Return number of inputs of the algorithm.
getNbInputs() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Get the number of inputs of a layer.
getNbInputs() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Get the number of inputs in the network.
getNbInputs() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmContext
 
getNbInputs() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getNbInputs() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getNbIOTensors() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return number of IO tensors.
getNbIOTensors() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getNbLayers() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Get the number of layers in the network.
getNbLayers() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Get the number of layers in the network.
getNbLayers() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getNbLayers() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getNbOptimizationProfiles() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get number of optimization profiles.
getNbOptimizationProfiles() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Get the number of optimization profiles defined for this engine.
getNbOptimizationProfiles() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getNbOptimizationProfiles() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getNbOutputChannels() - Method in class org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Deprecated.
\brief Get the number of output channels K from the fully connected layer.
getNbOutputChannels() - Method in class org.bytedeco.tensorrt.nvinfer.VFullyConnectedLayer
 
getNbOutputMaps() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the number of output maps for the convolution.
getNbOutputMaps() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the number of output feature maps for the deconvolution.
getNbOutputMaps() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getNbOutputMaps() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getNbOutputs() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmContext
\brief Return number of outputs of the algorithm.
getNbOutputs() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Get the number of outputs of a layer.
getNbOutputs() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Get the number of outputs in the network.
getNbOutputs() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Get the number of outputs from the layer.
getNbOutputs() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmContext
 
getNbOutputs() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getNbOutputs() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getNbPluginsToSerialize() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the number of plugin library paths to be serialized with version-compatible engines.
getNbPluginsToSerialize() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getNbShapeValues(String) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Get the number of values for an input shape tensor.
getNbShapeValues(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
getNbShapeValues(String) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
getNbShapeValues(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
getNearestRounding() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Get rounding mode for nearest neighbor resize.
getNearestRounding() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getNvOnnxParserVersion() - Static method in class org.bytedeco.tensorrt.global.nvonnxparser
 
getNvtxVerbosity() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the NVTX verbosity of the execution context.
getNvtxVerbosity() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.IElementWiseLayer
\brief Get the binary operation for the layer.
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Get the fill operation for the layer.
getOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IMatrixMultiplyLayer
\brief Get the operation for an input tensor.
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.IReduceLayer
\brief Get the reduce operation for the layer.
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the operation of the RNN layer.
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.ITopKLayer
\brief Get the operation for the layer.
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.IUnaryLayer
\brief Get the unary operation for the layer.
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.VElementWiseLayer
 
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
getOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VMatrixMultiplyLayer
 
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.VReduceLayer
 
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.VTopKLayer
 
getOperation() - Method in class org.bytedeco.tensorrt.nvinfer.VUnaryLayer
 
getOptimizationProfile() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the index of the currently selected optimization profile.
getOptimizationProfile() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getOutput(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Get the layer output corresponding to the given index.
getOutput(int) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Get the output tensor specified by the given index.
getOutput(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getOutput(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
getOutputAllocator(String) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get output allocator associated with output tensor of given name, or nullptr if the provided name does not map to an output tensor.
getOutputAllocator(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
getOutputAllocator(String) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getOutputAllocator(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getOutputDataType(int, IntPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
\brief Return the DataType of the plugin output at the requested index.
getOutputDataType(int, IntBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
getOutputDataType(int, int[], int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
getOutputDimensions(int, Dims32, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Get the dimension of an output tensor.
getOutputDimensions(int, DimsExprs, int, IExprBuilder) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
\brief Get expressions for computing dimensions of an output tensor from dimensions of the input tensors.
getOutputDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Get the output dimensions.
getOutputDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getOutputTensorAddress(String) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get memory address for given output.
getOutputTensorAddress(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
getOutputTensorAddress(String) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getOutputTensorAddress(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getOutputType(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief get the output type of this layer
getOutputType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
Deprecated.
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
Deprecated.
Superseded by getPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getPaddingMode() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the padding mode.
getPaddingMode() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the padding mode.
getPaddingMode() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the padding mode.
getPaddingMode() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getPaddingMode() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getPaddingMode() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the multi-dimension padding of the convolution.
getPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the multi-dimension padding of the deconvolution.
getPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the multi-dimension padding for pooling.
getPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getPersistentCacheLimit() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the maximum size for persistent cache usage.
getPersistentCacheLimit() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getPImpl() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getPImpl() - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
getPImpl() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getPImpl() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getPlugin() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Layer
\brief Get the plugin for the layer.
getPlugin() - Method in class org.bytedeco.tensorrt.nvinfer.VPluginLayer
 
getPlugin() - Method in class org.bytedeco.tensorrt.nvinfer.VPluginV2Layer
 
getPluginCreator(String, String, String) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Return plugin creator based on plugin name, version, and namespace associated with plugin during network creation.
getPluginCreator(String, String) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
 
getPluginCreator(BytePointer, BytePointer, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
 
getPluginCreator(BytePointer, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
 
getPluginCreatorList(IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Return all the registered plugin creators and the number of registered plugin creators.
getPluginName() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Return the plugin name.
getPluginNamespace() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Return the namespace of the plugin creator object.
getPluginNamespace() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Return the namespace of the plugin object.
getPluginRegistry() - Static method in class org.bytedeco.tensorrt.global.nvinfer
\brief Return the plugin registry
getPluginRegistry() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief get the local plugin registry that can be used by the builder.
getPluginRegistry() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Get the local plugin registry that can be used by the runtime.
getPluginRegistry() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
getPluginRegistry() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getPluginToSerialize(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the plugin library path to be serialized with version-compatible engines.
getPluginToSerialize(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getPluginType() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Return the plugin type.
getPluginVersion() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Return the plugin version.
getPluginVersion() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Return the plugin version.
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims2
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims3
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims32
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims4
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.DimsExprs
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.DimsHW
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IHostMemory
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator2
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8MinMaxCalibrator
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.ILogger
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IOneHotLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IProfiler
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.ITimingCache
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.Permutation
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VConditionalInputLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VConditionalOutputLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VConditionLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VIdentityLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VNonZeroLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VParametricReLULayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VRaggedSoftMaxLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VRecurrenceLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VRoot
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.VShapeLayer
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer.Weights
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvparsers.FieldCollection
 
getPointer(long) - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
getPoolingType() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the type of activation to be performed.
getPoolingType() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the post-padding.
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the padding.
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
Deprecated.
Superseded by getPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the padding.
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
getPostPadding() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getPostPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
\brief Get the padding that is applied at the end of the tensor.
getPostPaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
getPower() - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Get the power value.
getPower() - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
getPrecision() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief get the computational precision of this layer
getPrecision() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the pre-padding.
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the pre-padding.
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
Deprecated.
Superseded by getPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the pre-padding.
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
getPrePadding() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getPrePaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
\brief Get the padding that is applied at the start of the tensor.
getPrePaddingNd() - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
getPreviewFeature(nvinfer.PreviewFeature) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get status of preview feature
getPreviewFeature(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
getPreviewFeature(nvinfer.PreviewFeature) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getPreviewFeature(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getProfileDimensions(int, int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getProfileShape().
getProfileDimensions(int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
getProfileDimensions(int, int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getProfileDimensions(int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getProfiler() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get the profiler.
getProfiler() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getProfileShape(String, int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Get the minimum / optimum / maximum dimensions for an input tensor given its name under an optimization profile.
getProfileShape(BytePointer, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getProfileShape(String, int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getProfileShape(BytePointer, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getProfileShapeValues(int, int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getShapeValues(). Difference between Execution and shape tensor is superficial since TensorRT 8.5.
getProfileShapeValues(int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
getProfileShapeValues(int, int, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getProfileShapeValues(int, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getProfileStream() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the cuda stream that is used to profile this network.
getProfileStream() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getProfilingVerbosity() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get verbosity level of layer information exposed in NVTX annotations and IEngineInspector.
getProfilingVerbosity() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the \ref ProfilingVerbosity the builder config was set to when the engine was built.
getProfilingVerbosity() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getProfilingVerbosity() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getQuantile() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
\brief The quantile (between 0 and 1) that will be used to select the region maximum when the quantile method is in use.
getQuantizationFlag(nvinfer.QuantizationFlag) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Returns true if the quantization flag is set.
getQuantizationFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
getQuantizationFlag(nvinfer.QuantizationFlag) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getQuantizationFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getQuantizationFlags() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the quantization flags.
getQuantizationFlags() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getReduceAxes() - Method in class org.bytedeco.tensorrt.nvinfer.IReduceLayer
\brief Get the axes over which to reduce for the layer.
getReduceAxes() - Method in class org.bytedeco.tensorrt.nvinfer.ITopKLayer
\brief Get the axes to reduce for the layer.
getReduceAxes() - Method in class org.bytedeco.tensorrt.nvinfer.VReduceLayer
 
getReduceAxes() - Method in class org.bytedeco.tensorrt.nvinfer.VTopKLayer
 
getRegressionCutoff() - Method in class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
\brief The fraction (between 0 and 1) of the maximum used to define the regression cutoff when using regression to determine the region maximum.
getReshapeDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Get the reshaped dimensions.
getReshapeDimensions() - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
getResizeMode() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Get resize mode for an input tensor.
getResizeMode() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getReverse() - Method in class org.bytedeco.tensorrt.nvinfer.IIteratorLayer
True if and only if reversing input.
getReverse() - Method in class org.bytedeco.tensorrt.nvinfer.VIteratorLayer
 
getSampleMode() - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
\brief Get the sample mode.
getSampleMode() - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
getScale() - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Get the scale value.
getScale() - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
getScales(int, FloatPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Copies resize scales to scales[0, ..., nbScales-1], where nbScales is the number of scales that were set.
getScales(int, FloatBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
getScales(int, float[]) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
getScales(int, FloatPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getScales(int, FloatBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getScales(int, float[]) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getSecondTranspose() - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Get the permutation applied by the second transpose operation.
getSecondTranspose() - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
getSelectorForSinglePixel() - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Get the coordinate selector function when resized to single pixel.
getSelectorForSinglePixel() - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
getSequenceAxis() - Method in class org.bytedeco.tensorrt.nvinfer.IReverseSequenceLayer
\brief Return the sequence axis.
getSequenceAxis() - Method in class org.bytedeco.tensorrt.nvinfer.VReverseSequenceLayer
 
getSequenceLengths() - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the sequence lengths specified for the RNN.
getSequenceLengths() - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getSerializationSize() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Find the size of the serialization buffer required.
getShapeBinding(int, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorAddress() or getOutputTensorAddress().
getShapeBinding(int, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
getShapeBinding(int, int[]) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
getShapeBinding(int, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getShapeBinding(int, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getShapeBinding(int, int[]) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getShapeValues(String, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Get the minimum / optimum / maximum values for an input shape tensor.
getShapeValues(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
getShapeValues(String, nvinfer.OptProfileSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
getShapeValues(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
getShift() - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Get the shift value.
getShift() - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
getSize() - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Get dimensions of the output slice.
getSize() - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
getStart() - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Get the start offset for the slice layer.
getStart() - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
Deprecated.
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
Deprecated.
Superseded by getStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Get the stride for the output slice.
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getStride() - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
getStrideNd() - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Get the multi-dimension stride of the convolution.
getStrideNd() - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Get the multi-dimension stride of the deconvolution.
getStrideNd() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the multi-dimension stride for pooling.
getStrideNd() - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
getStrideNd() - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
getStrideNd() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getStrides() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmIOInfo
\brief Return strides of the input/output tensor of algorithm.
getStrides(int) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Deprecated in TensorRT 8.5. Superseded by getTensorStrides().
getStrides() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmIOInfo
 
getStrides(int) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTactic() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmVariant
\brief Return tactic of the algorithm.
getTactic() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmVariant
 
getTacticSources() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get tactic sources.
getTacticSources() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief return the tactic sources required by this engine.
getTacticSources() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getTacticSources() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTempfileControlFlags() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Get the tempfile control flags for this runtime.
getTempfileControlFlags() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getTemporaryDirectory() - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Get the directory that will be used by this runtime for temporary files.
getTemporaryDirectory() - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
getTemporaryStorageAllocator() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get allocator set by setTemporaryStorageAllocator.
getTemporaryStorageAllocator() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTensorAddress(String) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Get memory address bound to given input or output tensor, or nullptr if the provided name does not map to an input or output tensor.
getTensorAddress(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
getTensorAddress(String) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTensorAddress(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTensorBytesPerComponent(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the number of bytes per component of an element, or -1 if the provided name does not map to an input or output tensor.
getTensorBytesPerComponent(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorBytesPerComponent(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the number of bytes per component of an element of given profile, or -1 if the provided name does not map to an input or output tensor.
getTensorBytesPerComponent(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorBytesPerComponent(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorBytesPerComponent(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorBytesPerComponentV2(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorBytesPerComponentV2(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorComponentsPerElement(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the number of components included in one element, or -1 if the provided name does not map to an input or output tensor.
getTensorComponentsPerElement(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorComponentsPerElement(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the number of components included in one element of given profile, or -1 if the provided name does not map to an input or output tensor.
getTensorComponentsPerElement(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorComponentsPerElement(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorComponentsPerElement(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorComponentsPerElementV2(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorComponentsPerElementV2(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorDataType(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Determine the required data type for a buffer from its tensor name.
getTensorDataType(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorDataType(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorDataType(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormat() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmIOInfo
Deprecated.
Deprecated in TensorRT 8.6. The strides, data type, and vectorization information is sufficient to uniquely identify tensor formats.
getTensorFormat(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the tensor format, or TensorFormat::kLINEAR if the provided name does not map to an input or output tensor.
getTensorFormat(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorFormat(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the tensor format of given profile, or TensorFormat::kLINEAR if the provided name does not map to an input or output tensor.
getTensorFormat(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorFormat() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmIOInfo
 
getTensorFormat(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormat(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormatDesc(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the human readable description of the tensor format, or empty string if the provided name does not map to an input or output tensor.
getTensorFormatDesc(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorFormatDesc(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the human readable description of the tensor format of given profile, or empty string if the provided name does not map to an input or output tensor.
getTensorFormatDesc(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorFormatDesc(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormatDesc(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormatDescV2(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormatDescV2(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormatV2(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorFormatV2(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorIOMode(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Determine whether a tensor is an input or output tensor.
getTensorIOMode(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorIOMode(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorIOMode(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorLocation(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Get whether an input or output tensor must be on GPU or CPU.
getTensorLocation(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorLocation(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorLocation(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorRTVersion() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Return the version of the API the plugin creator was compiled with.
getTensorRTVersion() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Return the API version with which this plugin was built.
getTensorShape(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Get shape of an input or output tensor.
getTensorShape(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorShape(String) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Return the shape of the given input or output.
getTensorShape(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
getTensorShape(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorShape(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorShape(String) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTensorShape(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTensorStrides(String) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Return the strides of the buffer for the given tensor name.
getTensorStrides(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
getTensorStrides(String) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTensorStrides(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
getTensorsWithDynamicRange(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Get names of all tensors that have refittable dynamic ranges.
getTensorsWithDynamicRange(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getTensorsWithDynamicRange(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getTensorsWithDynamicRange(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
getTensorsWithDynamicRange(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getTensorsWithDynamicRange(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getTensorsWithDynamicRange(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getTensorsWithDynamicRange(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
getTensorVectorizedDim(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the dimension index that the buffer is vectorized, or -1 if the provided name does not map to an input or output tensor.
getTensorVectorizedDim(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorVectorizedDim(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return the dimension index that the buffer is vectorized of given profile, or -1 if the provided name does not map to an input or output tensor.
getTensorVectorizedDim(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
getTensorVectorizedDim(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorVectorizedDim(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorVectorizedDimV2(String, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTensorVectorizedDimV2(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
getTimingCache() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Get the pointer to the timing cache from current IBuilderConfig
getTimingCache() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
getTimingMSec() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithm
\brief The time in milliseconds to execute the algorithm.
getTimingMSec() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithm
 
getTopKBoxLimit() - Method in class org.bytedeco.tensorrt.nvinfer.INMSLayer
\brief Get the TopK box limit parameter for the layer.
getTopKBoxLimit() - Method in class org.bytedeco.tensorrt.nvinfer.VNMSLayer
 
getToType() - Method in class org.bytedeco.tensorrt.nvinfer.ICastLayer
\brief Return cast layer output type.
getToType() - Method in class org.bytedeco.tensorrt.nvinfer.VCastLayer
 
getTripLimit() - Method in class org.bytedeco.tensorrt.nvinfer.ITripLimitLayer
 
getTripLimit() - Method in class org.bytedeco.tensorrt.nvinfer.VTripLimitLayer
 
getType() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Return the type of a layer.
getType() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Get the data type of a tensor.
getType() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
getType() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
getUffRequiredVersionMajor() - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Return Version Major of the UFF.
getUffRequiredVersionMinor() - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Return Version Minor of the UFF.
getUffRequiredVersionPatch() - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Return Patch Version of the UFF.
getUsedVCPluginLibraries(long[]) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Query the plugin libraries needed to implement operations used by the parser in a version-compatible engine.
getVectorizedDim() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmIOInfo
\brief Return the index of the vectorized dimension or -1 for non-vectorized formats.
getVectorizedDim() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithmIOInfo
 
getWeights() - Method in class org.bytedeco.tensorrt.nvinfer.IConstantLayer
\brief Get the weights for the layer.
getWeights() - Method in class org.bytedeco.tensorrt.nvinfer.VConstantLayer
 
getWeightsForGate(int, nvinfer.RNNGateType, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Get the weight parameters for an individual gate in the RNN.
getWeightsForGate(int, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
 
getWeightsForGate(int, nvinfer.RNNGateType, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getWeightsForGate(int, int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
getWindowSize() - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Get the LRN window size.
getWindowSize() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
Deprecated.
Superseded by getWindowSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
getWindowSize() - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
getWindowSize() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getWindowSizeNd() - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Get the multi-dimension window size for pooling.
getWindowSizeNd() - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
getWorkspaceSize() - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithm
\brief The size of the GPU temporary memory in bytes which the algorithm uses at execution time.
getWorkspaceSize(int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Find the workspace size required by the layer.
getWorkspaceSize(PluginTensorDesc, int, PluginTensorDesc, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
\brief Find the workspace size required by the layer.
getWorkspaceSize() - Method in class org.bytedeco.tensorrt.nvinfer.VAlgorithm
 
getZeroIsPlaceholder() - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Get meaning of 0 in reshape dimensions.
getZeroIsPlaceholder() - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
GridAnchorParameters - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief The Anchor Generator plugin layer generates the prior boxes of designated sizes and aspect ratios across all dimensions (H x W).
GridAnchorParameters() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
Default native constructor.
GridAnchorParameters(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
Native array allocator.
GridAnchorParameters(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
Pointer cast constructor.
group() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
group(IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
groupOffset() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
groupOffset(IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
groups() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
groups(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
groupSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
groupSize(IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 

H

h() - Method in class org.bytedeco.tensorrt.nvinfer.DimsHW
\brief Get the height.
H() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
H(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
hasExplicitPrecision() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Deprecated.
Deprecated in TensorRT 8.0.
hasExplicitPrecision() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
hasImplicitBatchDimension() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Query whether the engine was built with an implicit batch dimension.
hasImplicitBatchDimension() - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Query whether the network was created with an implicit batch dimension.
hasImplicitBatchDimension() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
hasImplicitBatchDimension() - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
hasOverflowed() - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Determine if the error stack has overflowed.

I

IActivationLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IActivationLayer \brief An Activation layer in a network definition.
IActivationLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IActivationLayer
Pointer cast constructor.
IAlgorithm - Class in org.bytedeco.tensorrt.nvinfer
\class IAlgorithm \brief Describes a variation of execution of a layer.
IAlgorithm(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IAlgorithm
Pointer cast constructor.
IAlgorithmContext - Class in org.bytedeco.tensorrt.nvinfer
\class IAlgorithmContext \brief Describes the context and requirements, that could be fulfilled by one or more instances of IAlgorithm.
IAlgorithmContext(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IAlgorithmContext
Pointer cast constructor.
IAlgorithmIOInfo - Class in org.bytedeco.tensorrt.nvinfer
\class IAlgorithmIOInfo \brief Carries information about input or output of the algorithm.
IAlgorithmIOInfo(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IAlgorithmIOInfo
Pointer cast constructor.
IAlgorithmSelector - Class in org.bytedeco.tensorrt.nvinfer
\class IAlgorithmSelector \brief Interface implemented by application for selecting and reporting algorithms of a layer provided by the builder.
IAlgorithmSelector(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IAlgorithmSelector
Pointer cast constructor.
IAlgorithmVariant - Class in org.bytedeco.tensorrt.nvinfer
\class IAlgorithmVariant \brief provides a unique 128-bit identifier, which along with the input and output information denotes the variation of algorithm and can be used to select or reproduce an algorithm, using IAlgorithmSelector::selectAlgorithms()
IAlgorithmVariant(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IAlgorithmVariant
Pointer cast constructor.
IAssertionLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IAssertionLayer \brief An assertion layer in a network The layer has a single input and no output.
IAssertionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IAssertionLayer
Pointer cast constructor.
IBinaryProtoBlob - Class in org.bytedeco.tensorrt.nvparsers
\class IBinaryProtoBlob \brief Object used to store and query data extracted from a binaryproto file using the ICaffeParser.
IBinaryProtoBlob(Pointer) - Constructor for class org.bytedeco.tensorrt.nvparsers.IBinaryProtoBlob
Pointer cast constructor.
IBlobNameToTensor - Class in org.bytedeco.tensorrt.nvparsers
\class IBlobNameToTensor \brief Object used to store and query Tensors after they have been extracted from a Caffe model using the ICaffeParser.
IBlobNameToTensor(Pointer) - Constructor for class org.bytedeco.tensorrt.nvparsers.IBlobNameToTensor
Pointer cast constructor.
IBuilder - Class in org.bytedeco.tensorrt.nvinfer
\class IBuilder \brief Builds an engine from a network definition.
IBuilder() - Constructor for class org.bytedeco.tensorrt.nvinfer.IBuilder
Default native constructor.
IBuilder(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IBuilder
Native array allocator.
IBuilder(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IBuilder
Pointer cast constructor.
IBuilderConfig - Class in org.bytedeco.tensorrt.nvinfer
\class IBuilderConfig \brief Holds properties for configuring a builder to produce an engine.
IBuilderConfig() - Constructor for class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Default native constructor.
IBuilderConfig(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Native array allocator.
IBuilderConfig(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Pointer cast constructor.
ICaffeParser - Class in org.bytedeco.tensorrt.nvparsers
\class ICaffeParser \brief Class used for parsing Caffe models.
ICaffeParser(Pointer) - Constructor for class org.bytedeco.tensorrt.nvparsers.ICaffeParser
Pointer cast constructor.
ICastLayer - Class in org.bytedeco.tensorrt.nvinfer
\class ICastLayer \brief A cast layer in a network.
ICastLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ICastLayer
Pointer cast constructor.
IConcatenationLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IConcatenationLayer \brief A concatenation layer in a network definition.
IConcatenationLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IConcatenationLayer
Pointer cast constructor.
IConditionLayer - Class in org.bytedeco.tensorrt.nvinfer
This layer represents a condition input to an IIfConditional.
IConditionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IConditionLayer
Pointer cast constructor.
IConstantLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IConstantLayer \brief Layer that represents a constant value.
IConstantLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IConstantLayer
Pointer cast constructor.
IConvolutionLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IConvolutionLayer \brief A convolution layer in a network definition.
IConvolutionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Pointer cast constructor.
ICudaEngine - Class in org.bytedeco.tensorrt.nvinfer
\class ICudaEngine \brief An engine for executing inference on a built network, with functionally unsafe features.
ICudaEngine() - Constructor for class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Default native constructor.
ICudaEngine(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Native array allocator.
ICudaEngine(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Pointer cast constructor.
IDeconvolutionLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IDeconvolutionLayer \brief A deconvolution layer in a network definition.
IDeconvolutionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
Pointer cast constructor.
IDequantizeLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IDequantizeLayer \brief A Dequantize layer in a network definition.
IDequantizeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IDequantizeLayer
Pointer cast constructor.
IDimensionExpr - Class in org.bytedeco.tensorrt.nvinfer
\class IDimensionExpr An IDimensionExpr represents an integer expression constructed from constants, input dimensions, and binary operations.
IDimensionExpr(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IDimensionExpr
Pointer cast constructor.
IEinsumLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IEinsumLayer \brief An Einsum layer in a network This layer implements a summation over the elements of the inputs along dimensions specified by the equation parameter, based on the Einstein summation convention.
IEinsumLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IEinsumLayer
Pointer cast constructor.
IElementWiseLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IElementWiseLayer \brief A elementwise layer in a network definition.
IElementWiseLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IElementWiseLayer
Pointer cast constructor.
IEngineInspector - Class in org.bytedeco.tensorrt.nvinfer
\class IEngineInspector \brief An engine inspector which prints out the layer information of an engine or an execution context.
IEngineInspector() - Constructor for class org.bytedeco.tensorrt.nvinfer.IEngineInspector
Default native constructor.
IEngineInspector(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IEngineInspector
Native array allocator.
IEngineInspector(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IEngineInspector
Pointer cast constructor.
IErrorRecorder - Class in org.bytedeco.tensorrt.nvinfer
\class IErrorRecorder \brief Reference counted application-implemented error reporting interface for TensorRT objects.
IErrorRecorder(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
Pointer cast constructor.
IExecutionContext - Class in org.bytedeco.tensorrt.nvinfer
\class IExecutionContext \brief Context for executing inference using an engine, with functionally unsafe features.
IExecutionContext() - Constructor for class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Default native constructor.
IExecutionContext(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Native array allocator.
IExecutionContext(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Pointer cast constructor.
IExprBuilder - Class in org.bytedeco.tensorrt.nvinfer
\class IExprBuilder Object for constructing IDimensionExpr.
IExprBuilder(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IExprBuilder
Pointer cast constructor.
IFillLayer - Class in org.bytedeco.tensorrt.nvinfer
\brief Generate an output tensor with specified mode.
IFillLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IFillLayer
Pointer cast constructor.
IFullyConnectedLayer - Class in org.bytedeco.tensorrt.nvinfer
Deprecated.
Deprecated in TensorRT 8.4. Superseded by IMatrixMultiplyLayer.
IFullyConnectedLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Deprecated.
Pointer cast constructor.
IGatherLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IGatherLayer \brief A Gather layer in a network definition.
IGatherLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IGatherLayer
Pointer cast constructor.
IGpuAllocator - Class in org.bytedeco.tensorrt.nvinfer
\class IGpuAllocator \brief Application-implemented class for controlling allocation on the GPU.
IGpuAllocator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
Pointer cast constructor.
IGpuAllocator(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
Native array allocator.
IGpuAllocator() - Constructor for class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
Destructor declared virtual as general good practice for a class with virtual methods.
IGridSampleLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IGridSampleLayer \brief A GridSample layer in a network definition.
IGridSampleLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
Pointer cast constructor.
IHostMemory - Class in org.bytedeco.tensorrt.nvinfer
\class IHostMemory \brief Class to handle library allocated memory that is accessible to the user.
IHostMemory() - Constructor for class org.bytedeco.tensorrt.nvinfer.IHostMemory
Default native constructor.
IHostMemory(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IHostMemory
Native array allocator.
IHostMemory(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IHostMemory
Pointer cast constructor.
IIdentityLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IIdentityLayer \brief A layer that represents the identity function.
IIdentityLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IIdentityLayer
Pointer cast constructor.
IIfConditional - Class in org.bytedeco.tensorrt.nvinfer
Helper for constructing conditionally-executed subgraphs.
IIfConditional(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IIfConditional
Pointer cast constructor.
IIfConditionalBoundaryLayer - Class in org.bytedeco.tensorrt.nvinfer
This is a base class for Conditional boundary layers.
IIfConditionalBoundaryLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IIfConditionalBoundaryLayer
Pointer cast constructor.
IIfConditionalInputLayer - Class in org.bytedeco.tensorrt.nvinfer
This layer represents an input to an IIfConditional.
IIfConditionalInputLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IIfConditionalInputLayer
Pointer cast constructor.
IIfConditionalOutputLayer - Class in org.bytedeco.tensorrt.nvinfer
This layer represents an output of an IIfConditional.
IIfConditionalOutputLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IIfConditionalOutputLayer
Pointer cast constructor.
IInt8Calibrator - Class in org.bytedeco.tensorrt.nvinfer
\class IInt8Calibrator \brief Application-implemented interface for calibration.
IInt8Calibrator() - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
Default native constructor.
IInt8Calibrator(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
Native array allocator.
IInt8Calibrator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
Pointer cast constructor.
IInt8EntropyCalibrator - Class in org.bytedeco.tensorrt.nvinfer
Entropy calibrator.
IInt8EntropyCalibrator() - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator
Default native constructor.
IInt8EntropyCalibrator(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator
Native array allocator.
IInt8EntropyCalibrator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator
Pointer cast constructor.
IInt8EntropyCalibrator2 - Class in org.bytedeco.tensorrt.nvinfer
Entropy calibrator 2.
IInt8EntropyCalibrator2() - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator2
Default native constructor.
IInt8EntropyCalibrator2(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator2
Native array allocator.
IInt8EntropyCalibrator2(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator2
Pointer cast constructor.
IInt8LegacyCalibrator - Class in org.bytedeco.tensorrt.nvinfer
Legacy calibrator left for backward compatibility with TensorRT 2.0.
IInt8LegacyCalibrator() - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
Default native constructor.
IInt8LegacyCalibrator(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
Native array allocator.
IInt8LegacyCalibrator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
Pointer cast constructor.
IInt8MinMaxCalibrator - Class in org.bytedeco.tensorrt.nvinfer
MinMax Calibrator.
IInt8MinMaxCalibrator() - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8MinMaxCalibrator
Default native constructor.
IInt8MinMaxCalibrator(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8MinMaxCalibrator
Native array allocator.
IInt8MinMaxCalibrator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IInt8MinMaxCalibrator
Pointer cast constructor.
IIteratorLayer - Class in org.bytedeco.tensorrt.nvinfer
 
IIteratorLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IIteratorLayer
Pointer cast constructor.
ILayer - Class in org.bytedeco.tensorrt.nvinfer
\class ILayer \brief Base class for all layer classes in a network definition.
ILayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILayer
Pointer cast constructor.
ILogger - Class in org.bytedeco.tensorrt.nvinfer
\class ILogger \brief Application-implemented logging interface for the builder, refitter and runtime.
ILogger(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILogger
Pointer cast constructor.
ILogger(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILogger
Native array allocator.
ILogger() - Constructor for class org.bytedeco.tensorrt.nvinfer.ILogger
 
ILogger.Severity - Enum in org.bytedeco.tensorrt.nvinfer
\enum Severity The severity corresponding to a log message.
ILoggerFinder - Class in org.bytedeco.tensorrt.nvinfer
\class ILoggerFinder \brief A virtual base class to find a logger.
ILoggerFinder(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILoggerFinder
Pointer cast constructor.
ILoop - Class in org.bytedeco.tensorrt.nvinfer
Helper for creating a recurrent subgraph.
ILoop(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILoop
Pointer cast constructor.
ILoopBoundaryLayer - Class in org.bytedeco.tensorrt.nvinfer
 
ILoopBoundaryLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILoopBoundaryLayer
Pointer cast constructor.
ILoopOutputLayer - Class in org.bytedeco.tensorrt.nvinfer
An ILoopOutputLayer is the sole way to get output from a loop.
ILoopOutputLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILoopOutputLayer
Pointer cast constructor.
ILRNLayer - Class in org.bytedeco.tensorrt.nvinfer
\class ILRNLayer \brief A LRN layer in a network definition.
ILRNLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ILRNLayer
Pointer cast constructor.
IMatrixMultiplyLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IMatrixMultiplyLayer \brief Layer that represents a Matrix Multiplication.
IMatrixMultiplyLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IMatrixMultiplyLayer
Pointer cast constructor.
imgH() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
imgH(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
imgW() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
imgW(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
incRefCount() - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Increments the refcount for the current ErrorRecorder.
increment() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t.Iterator
 
INetworkDefinition - Class in org.bytedeco.tensorrt.nvinfer
\class INetworkDefinition \brief A network definition for input to the builder.
INetworkDefinition() - Constructor for class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Default native constructor.
INetworkDefinition(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Native array allocator.
INetworkDefinition(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
Pointer cast constructor.
inferShapes(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Run shape calculations.
inferShapes(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
inferShapes(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
inferShapes(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
inferShapes(int, PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
inferShapes(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
inferShapes(int, ByteBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
inferShapes(int, byte[]) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
init(ClassProperties) - Method in class org.bytedeco.tensorrt.presets.nvinfer
 
initialize() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Initialize the layer for execution.
initLibNvInferPlugins(Pointer, String) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
\brief Initialize and register all the existing TensorRT plugins to the Plugin Registry with an optional namespace.
initLibNvInferPlugins(Pointer, BytePointer) - Static method in class org.bytedeco.tensorrt.global.nvinfer_plugin
 
INMSLayer - Class in org.bytedeco.tensorrt.nvinfer
\class INMSLayer \brief A non-maximum suppression layer in a network definition.
INMSLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.INMSLayer
Pointer cast constructor.
INoCopy - Class in org.bytedeco.tensorrt.nvinfer
\class INoCopy \brief Base class for all TensorRT interfaces that are implemented by the TensorRT libraries Objects of such classes are not movable or copyable, and should only be manipulated via pointers.
INoCopy(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.INoCopy
Pointer cast constructor.
INonZeroLayer - Class in org.bytedeco.tensorrt.nvinfer
\class INonZero \brief A NonZero layer in a network.
INonZeroLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.INonZeroLayer
Pointer cast constructor.
INormalizationLayer - Class in org.bytedeco.tensorrt.nvinfer
\class INormalizationLayer \brief A normalization layer in a network definition.
INormalizationLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
Pointer cast constructor.
inputOrder(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
inputOrder(int, int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
inputOrder() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
insert(SubGraphCollection_t.Iterator, SubGraph_t) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ActivationType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.AllocatorFlag
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.BoundingBoxFormat
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.BuilderFlag
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.CalibrationAlgoType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.DataType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.DeviceType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.DimensionOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ElementWiseOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.EngineCapability
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ErrorCode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.FillOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.GatherMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.HardwareCompatibilityLevel
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.InterpolationMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.LayerInformationFormat
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.LayerType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.LoopOutput
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.MatrixOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.MemoryPoolType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.NetworkDefinitionCreationFlag
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.OptProfileSelector
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PaddingMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PluginFieldType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PluginVersion
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PoolingType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PreviewFeature
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ProfilingVerbosity
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.QuantizationFlag
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ReduceOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeCoordinateTransformation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeRoundMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeSelector
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNDirection
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNGateType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNInputMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.SampleMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ScaleMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ScatterMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TacticSource
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TempfileControlFlag
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TensorFormat
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TensorIOMode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TensorLocation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TopKOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TripLimit
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.UnaryOperation
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer.WeightsRole
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvinfer_plugin.CodeTypeSSD
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvonnxparser.ErrorCode
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvonnxparser.OnnxParserFlag
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvparsers.FieldType
 
intern() - Method in enum org.bytedeco.tensorrt.global.nvparsers.UffInputOrder
 
intern() - Method in enum org.bytedeco.tensorrt.nvinfer.ILogger.Severity
 
IOneHotLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IOneHotLayer \brief A OneHot layer in a network definition.
IOneHotLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.IOneHotLayer
Default native constructor.
IOneHotLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IOneHotLayer
Native array allocator.
IOneHotLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IOneHotLayer
Pointer cast constructor.
IOptimizationProfile - Class in org.bytedeco.tensorrt.nvinfer
\class IOptimizationProfile \brief Optimization profile for dynamic input dimensions and shape tensors.
IOptimizationProfile(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
Pointer cast constructor.
iouThreshold() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
iouThreshold(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
iouThreshold() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
iouThreshold(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
IOutputAllocator - Class in org.bytedeco.tensorrt.nvinfer
\class IOutputAllocator \brief Callback from ExecutionContext::enqueueV3() Clients should override the method reallocateOutput.
IOutputAllocator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IOutputAllocator
Pointer cast constructor.
IPaddingLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IPaddingLayer \brief Layer that represents a padding operation.
IPaddingLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
Pointer cast constructor.
IParametricReLULayer - Class in org.bytedeco.tensorrt.nvinfer
\class IParametricReLULayer \brief Layer that represents a parametric ReLU operation.
IParametricReLULayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IParametricReLULayer
Pointer cast constructor.
IParser - Class in org.bytedeco.tensorrt.nvonnxparser
\class IParser \brief an object for parsing ONNX models into a TensorRT network definition
IParser(Pointer) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.IParser
Pointer cast constructor.
IParserError - Class in org.bytedeco.tensorrt.nvonnxparser
\class IParserError \brief an object containing information about an error
IParserError(Pointer) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.IParserError
Pointer cast constructor.
IPlugin - Class in org.bytedeco.tensorrt.nvinfer
 
IPlugin() - Constructor for class org.bytedeco.tensorrt.nvinfer.IPlugin
Empty constructor.
IPlugin(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPlugin
Pointer cast constructor.
IPluginCreator - Class in org.bytedeco.tensorrt.nvinfer
\class IPluginCreator \brief Plugin creator class for user implemented layers.
IPluginCreator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginCreator
Pointer cast constructor.
IPluginExt - Class in org.bytedeco.tensorrt.nvinfer
 
IPluginExt() - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginExt
Empty constructor.
IPluginExt(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginExt
Pointer cast constructor.
IPluginFactory - Class in org.bytedeco.tensorrt.nvinfer
Forward declaration of IPluginFactory for use by other interfaces.
IPluginFactory() - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginFactory
Empty constructor.
IPluginFactory(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginFactory
Pointer cast constructor.
IPluginFactoryV2 - Class in org.bytedeco.tensorrt.nvparsers
\class IPluginFactoryV2 \brief Plugin factory used to configure plugins.
IPluginFactoryV2(Pointer) - Constructor for class org.bytedeco.tensorrt.nvparsers.IPluginFactoryV2
Pointer cast constructor.
IPluginLayer - Class in org.bytedeco.tensorrt.nvinfer
 
IPluginLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginLayer
Empty constructor.
IPluginLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginLayer
Pointer cast constructor.
IPluginRegistry - Class in org.bytedeco.tensorrt.nvinfer
\class IPluginRegistry \brief Single registration point for all plugins in an application.
IPluginRegistry(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
Pointer cast constructor.
IPluginRegistry.PluginLibraryHandle - Class in org.bytedeco.tensorrt.nvinfer
Pointer for plugin library handle.
IPluginV2 - Class in org.bytedeco.tensorrt.nvinfer
Deprecated.
Deprecated in TensorRT 8.5. Implement IPluginV2DynamicExt or IPluginV2IOExt depending on your requirement.
IPluginV2(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
Pointer cast constructor.
IPluginV2DynamicExt - Class in org.bytedeco.tensorrt.nvinfer
\class IPluginV2DynamicExt Similar to IPluginV2Ext, but with support for dynamic shapes.
IPluginV2DynamicExt(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
Pointer cast constructor.
IPluginV2Ext - Class in org.bytedeco.tensorrt.nvinfer
Deprecated.
Deprecated in TensorRT 8.5. Implement IPluginV2DynamicExt or IPluginV2IOExt depending on your requirement.
IPluginV2Ext(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
Pointer cast constructor.
IPluginV2IOExt - Class in org.bytedeco.tensorrt.nvinfer
\class IPluginV2IOExt \brief Plugin class for user-implemented layers.
IPluginV2IOExt(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginV2IOExt
Pointer cast constructor.
IPluginV2Layer - Class in org.bytedeco.tensorrt.nvinfer
\class IPluginV2Layer \brief Layer type for pluginV2
IPluginV2Layer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginV2Layer
Pointer cast constructor.
IPoolingLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IPoolingLayer \brief A Pooling layer in a network definition.
IPoolingLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
Pointer cast constructor.
IProfiler - Class in org.bytedeco.tensorrt.nvinfer
\class IProfiler \brief Application-implemented interface for profiling.
IProfiler() - Constructor for class org.bytedeco.tensorrt.nvinfer.IProfiler
Default native constructor.
IProfiler(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IProfiler
Native array allocator.
IProfiler(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IProfiler
Pointer cast constructor.
IQuantizeLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IQuantizeLayer \brief A Quantize layer in a network definition.
IQuantizeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IQuantizeLayer
Pointer cast constructor.
IRaggedSoftMaxLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IRaggedSoftMaxLayer \brief A RaggedSoftmax layer in a network definition.
IRaggedSoftMaxLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IRaggedSoftMaxLayer
Pointer cast constructor.
IRecurrenceLayer - Class in org.bytedeco.tensorrt.nvinfer
 
IRecurrenceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IRecurrenceLayer
Pointer cast constructor.
IReduceLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IReduceLayer \brief Layer that represents a reduction across a non-bool tensor.
IReduceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IReduceLayer
Pointer cast constructor.
IRefitter - Class in org.bytedeco.tensorrt.nvinfer
\class IRefitter \brief Updates weights in an engine.
IRefitter() - Constructor for class org.bytedeco.tensorrt.nvinfer.IRefitter
Default native constructor.
IRefitter(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IRefitter
Native array allocator.
IRefitter(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IRefitter
Pointer cast constructor.
IResizeLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IResizeLayer \brief A resize layer in a network definition.
IResizeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IResizeLayer
Pointer cast constructor.
IReverseSequenceLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IReverseSequenceLayer \brief A ReverseSequence layer in a network definition.
IReverseSequenceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IReverseSequenceLayer
Pointer cast constructor.
IRNNv2Layer - Class in org.bytedeco.tensorrt.nvinfer
Deprecated.
Deprecated prior to TensorRT 8.0 and will be removed in 9.0. Superseded by INetworkDefinition::addLoop(). \warning Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.
IRNNv2Layer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
Pointer cast constructor.
IRuntime - Class in org.bytedeco.tensorrt.nvinfer
\class IRuntime \brief Allows a serialized functionally unsafe engine to be deserialized.
IRuntime() - Constructor for class org.bytedeco.tensorrt.nvinfer.IRuntime
Default native constructor.
IRuntime(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.IRuntime
Native array allocator.
IRuntime(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IRuntime
Pointer cast constructor.
isBatchAgnostic() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
isBatchAgnostic(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
IScaleLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IScaleLayer \brief A Scale layer in a network definition.
IScaleLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IScaleLayer
Pointer cast constructor.
IScatterLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IScatterLayer \brief A scatter layer in a network definition.
IScatterLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IScatterLayer
Pointer cast constructor.
isConstant() - Method in class org.bytedeco.tensorrt.nvinfer.IDimensionExpr
Return true if expression is a build-time constant.
isConstant() - Method in class org.bytedeco.tensorrt.nvinfer.VDimensionExpr
 
isDeviceTypeSet(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief whether the DeviceType has been explicitly set for this layer
isDeviceTypeSet(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
ISelectLayer - Class in org.bytedeco.tensorrt.nvinfer
\warning Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.
ISelectLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ISelectLayer
Pointer cast constructor.
isExecutionBinding(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
No name-based equivalent replacement. Use getTensorLocation() instead to know the location of tensor data. Distinction between execution binding and shape binding is superficial since TensorRT 8.5.
isExecutionBinding(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
isExecutionTensor() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Whether the tensor is an execution tensor.
isExecutionTensor() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
IShapeLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IShapeLayer \brief Layer type for getting shape of a tensor.
IShapeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IShapeLayer
Pointer cast constructor.
IShuffleLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IShuffleLayer \brief Layer type for shuffling data.
IShuffleLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
Pointer cast constructor.
ISliceLayer - Class in org.bytedeco.tensorrt.nvinfer
\brief Slices an input tensor into an output tensor based on the offset and strides.
ISliceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ISliceLayer
Pointer cast constructor.
isNetworkInput() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Whether the tensor is a network input.
isNetworkInput() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
isNetworkOutput() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Whether the tensor is a network output.
isNetworkOutput() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
isNetworkSupported(INetworkDefinition, IBuilderConfig) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Checks that a network is within the scope of the IBuilderConfig settings.
isNetworkSupported(INetworkDefinition, IBuilderConfig) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
isNormalized() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
isNormalized(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
isNormalized() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
isNormalized(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
ISoftMaxLayer - Class in org.bytedeco.tensorrt.nvinfer
\class ISoftMaxLayer \brief A Softmax layer in a network definition.
ISoftMaxLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ISoftMaxLayer
Pointer cast constructor.
isOutputBroadcastAcrossBatch(int, BoolPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
\brief Return true if output tensor is broadcast across a batch.
isOutputBroadcastAcrossBatch(int, boolean[], int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2Ext
Deprecated.
 
isParentSearchEnabled() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Return whether the parent registry will be searched if a plugin is not found in this registry default: true
isPluginV2(String) - Method in class org.bytedeco.tensorrt.nvparsers.IPluginFactoryV2
\brief A user implemented function that determines if a layer configuration is provided by an IPluginV2.
isPluginV2(BytePointer) - Method in class org.bytedeco.tensorrt.nvparsers.IPluginFactoryV2
 
isRefittable() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Return true if an engine can be refit.
isRefittable() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
isShapeBinding(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
Deprecated.
Use name-based isShapeInferenceIO() instead to know whether a tensor is a shape tensor.
isShapeBinding(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
isShapeInferenceIO(String) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief True if tensor is required as input for shape calculations or is output from shape calculations.
isShapeInferenceIO(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
isShapeInferenceIO(String) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
isShapeInferenceIO(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
isShapeTensor() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Whether the tensor is a shape tensor.
isShapeTensor() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
isValid() - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Check whether the optimization profile can be passed to an IBuilderConfig object.
isValid() - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
ITensor - Class in org.bytedeco.tensorrt.nvinfer
\class ITensor \brief A tensor in a network definition.
ITensor(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ITensor
Pointer cast constructor.
Iterator(Pointer) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t.Iterator
 
Iterator() - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t.Iterator
 
ITimingCache - Class in org.bytedeco.tensorrt.nvinfer
\class ITimingCache \brief Class to handle tactic timing info collected from builder.
ITimingCache() - Constructor for class org.bytedeco.tensorrt.nvinfer.ITimingCache
Default native constructor.
ITimingCache(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.ITimingCache
Native array allocator.
ITimingCache(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ITimingCache
Pointer cast constructor.
ITopKLayer - Class in org.bytedeco.tensorrt.nvinfer
\class ITopKLayer \brief Layer that represents a TopK reduction.
ITopKLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ITopKLayer
Pointer cast constructor.
ITripLimitLayer - Class in org.bytedeco.tensorrt.nvinfer
 
ITripLimitLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.ITripLimitLayer
Pointer cast constructor.
IUffParser - Class in org.bytedeco.tensorrt.nvparsers
\class IUffParser \brief Class used for parsing models described using the UFF format.
IUffParser(Pointer) - Constructor for class org.bytedeco.tensorrt.nvparsers.IUffParser
Pointer cast constructor.
IUnaryLayer - Class in org.bytedeco.tensorrt.nvinfer
\class IUnaryLayer \brief Layer that represents an unary operation.
IUnaryLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IUnaryLayer
Pointer cast constructor.

K

keepTopK() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
keepTopK(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
keepTopK() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
keepTopK(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
kFORMAT_COMBINATION_LIMIT - Static variable in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
 
kFORMAT_COMBINATION_LIMIT() - Static method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
Limit on number of format combinations accepted.
kMAX_DESC_LENGTH - Static variable in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
 
kMAX_DESC_LENGTH() - Static method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
The length limit for an error description, excluding the '\0' string terminator.
kNV_TENSORRT_VERSION_IMPL - Static variable in class org.bytedeco.tensorrt.global.nvinfer
 
kNV_TENSORRT_VERSION_IMPL() - Static method in class org.bytedeco.tensorrt.global.nvinfer
\namespace nvinfer1 \brief The TensorRT API version 1 namespace.

L

leaf() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
leaf(IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
length() - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
\brief Number of data entries in the Plugin attribute
length(int) - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
 
length() - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
length(int) - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
line() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParserError
\brief source line at which the error occurred
loadLibrary(String) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Load and register a shared library of plugins.
loadLibrary(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
 
loadRuntime(String) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Load IRuntime from the file.
loadRuntime(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
 
loadRuntime(String) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
loadRuntime(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
log(ILogger.Severity, String) - Method in class org.bytedeco.tensorrt.nvinfer.ILogger
A callback implemented by the application to handle logging messages;

M

map(InfoMap) - Method in class org.bytedeco.tensorrt.presets.nvinfer
 
map(InfoMap) - Method in class org.bytedeco.tensorrt.presets.nvinfer_plugin
 
map(InfoMap) - Method in class org.bytedeco.tensorrt.presets.nvonnxparser
 
map(InfoMap) - Method in class org.bytedeco.tensorrt.presets.nvparsers
 
markOutput(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Mark a tensor as a network output.
markOutput(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
markOutputForShapes(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Enable tensor's value to be computed by IExecutionContext::getShapeBinding.
markOutputForShapes(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
max() - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
Upper bounds on tensor’s dimensions
max(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
 
MAX_DIMS - Static variable in class org.bytedeco.tensorrt.nvinfer.Dims32
 
MAX_DIMS() - Static method in class org.bytedeco.tensorrt.nvinfer.Dims32
The maximum rank (number of dimensions) supported for a tensor.
maxSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
maxSize(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
maxSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
maxSize(FloatPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
min() - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
Lower bounds on tensor’s dimensions
min(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
 
minBoxSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
minBoxSize(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
minSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
minSize(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
minSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
minSize(FloatPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 

N

n() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
n(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
name() - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
\brief Plugin field attribute name
name(String) - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
 
name(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
name(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
name() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
name(PointerPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
name() - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
name(String) - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
nbDims() - Method in class org.bytedeco.tensorrt.nvinfer.Dims32
The rank (number of dimensions).
nbDims(int) - Method in class org.bytedeco.tensorrt.nvinfer.Dims32
 
nbDims() - Method in class org.bytedeco.tensorrt.nvinfer.DimsExprs
The number of dimensions.
nbDims(int) - Method in class org.bytedeco.tensorrt.nvinfer.DimsExprs
 
nbFields() - Method in class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
Number of PluginField entries.
nbFields(int) - Method in class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
 
nbFields() - Method in class org.bytedeco.tensorrt.nvparsers.FieldCollection
 
nbFields(int) - Method in class org.bytedeco.tensorrt.nvparsers.FieldCollection
 
nmsMaxOut() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
nmsMaxOut(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
NMSParameters - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief The NMSParameters are used by the BatchedNMSPlugin for performing the non_max_suppression operation over boxes for object detection networks.
NMSParameters() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
Default native constructor.
NMSParameters(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
Native array allocator.
NMSParameters(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
Pointer cast constructor.
nmsThreshold() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
nmsThreshold(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
node() - Method in class org.bytedeco.tensorrt.nvonnxparser.IParserError
\brief index of the ONNX model node in which the error occurred
notifyShape(String, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IOutputAllocator
\brief Called by TensorRT when the shape of the output tensor is known.
notifyShape(BytePointer, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IOutputAllocator
 
num() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
num(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
numAspectRatios() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
numAspectRatios(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
numAspectRatios() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
numAspectRatios(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
numClasses() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
numClasses(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
numClasses() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
numClasses(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
numMaxSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
numMaxSize(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
numMinSize() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
numMinSize(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
NV_ONNX_PARSER_MAJOR - Static variable in class org.bytedeco.tensorrt.global.nvonnxparser
\file NvOnnxParser.h This is the API for the ONNX Parser
NV_ONNX_PARSER_MINOR - Static variable in class org.bytedeco.tensorrt.global.nvonnxparser
 
NV_ONNX_PARSER_PATCH - Static variable in class org.bytedeco.tensorrt.global.nvonnxparser
 
NV_ONNX_PARSER_VERSION - Static variable in class org.bytedeco.tensorrt.global.nvonnxparser
 
NV_ONNX_PARSER_VERSION() - Static method in class org.bytedeco.tensorrt.global.nvonnxparser
 
NV_TENSORRT_BUILD - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT build number.
NV_TENSORRT_LWS_MAJOR - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT LWS major version.
NV_TENSORRT_LWS_MINOR - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT LWS minor version.
NV_TENSORRT_LWS_PATCH - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT LWS patch version.
NV_TENSORRT_MAJOR - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT major version.
NV_TENSORRT_MINOR - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT minor version.
NV_TENSORRT_PATCH - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT patch version.
NV_TENSORRT_RELEASE_TYPE - Static variable in class org.bytedeco.tensorrt.global.nvinfer
TensorRT release type
NV_TENSORRT_RELEASE_TYPE_EARLY_ACCESS - Static variable in class org.bytedeco.tensorrt.global.nvinfer
An early access release
NV_TENSORRT_RELEASE_TYPE_GENERAL_AVAILABILITY - Static variable in class org.bytedeco.tensorrt.global.nvinfer
A final release
NV_TENSORRT_RELEASE_TYPE_RELEASE_CANDIDATE - Static variable in class org.bytedeco.tensorrt.global.nvinfer
A release candidate
NV_TENSORRT_SONAME_MAJOR - Static variable in class org.bytedeco.tensorrt.global.nvinfer
Shared object library major version number.
NV_TENSORRT_SONAME_MINOR - Static variable in class org.bytedeco.tensorrt.global.nvinfer
Shared object library minor version number.
NV_TENSORRT_SONAME_PATCH - Static variable in class org.bytedeco.tensorrt.global.nvinfer
Shared object library patch version number.
NV_TENSORRT_VERSION - Static variable in class org.bytedeco.tensorrt.global.nvinfer
 
NV_TENSORRT_VERSION() - Static method in class org.bytedeco.tensorrt.global.nvinfer
\file NvInferRuntimeBase.h This file contains common definitions, data structures and interfaces shared between the standard and safe runtime.
nvinfer - Class in org.bytedeco.tensorrt.global
 
nvinfer() - Constructor for class org.bytedeco.tensorrt.global.nvinfer
 
nvinfer - Class in org.bytedeco.tensorrt.presets
 
nvinfer() - Constructor for class org.bytedeco.tensorrt.presets.nvinfer
 
nvinfer.ActivationType - Enum in org.bytedeco.tensorrt.global
\enum ActivationType \brief Enumerates the types of activation to perform in an activation layer.
nvinfer.AllocatorFlag - Enum in org.bytedeco.tensorrt.global
Maximum number of elements in TensorFormat enum.
nvinfer.BoundingBoxFormat - Enum in org.bytedeco.tensorrt.global
\brief Representation of bounding box data used for the Boxes input tensor in INMSLayer
nvinfer.BuilderFlag - Enum in org.bytedeco.tensorrt.global
\enum BuilderFlag \brief List of valid modes that the builder can enable when creating an engine from a network definition.
nvinfer.CalibrationAlgoType - Enum in org.bytedeco.tensorrt.global
enum CalibrationAlgoType \brief Version of calibration algorithm to use.
nvinfer.DataType - Enum in org.bytedeco.tensorrt.global
\enum DataType \brief The type of weights and tensors.
nvinfer.DeviceType - Enum in org.bytedeco.tensorrt.global
\enum DeviceType \brief The device that this layer/network will execute on.
nvinfer.DimensionOperation - Enum in org.bytedeco.tensorrt.global
\enum DimensionOperation \brief An operation on two IDimensionExpr, which represent integer expressions used in dimension computations.
nvinfer.ElementWiseOperation - Enum in org.bytedeco.tensorrt.global
\enum ElementWiseOperation \brief Enumerates the binary operations that may be performed by an ElementWise layer.
nvinfer.EngineCapability - Enum in org.bytedeco.tensorrt.global
\enum EngineCapability \brief List of supported engine capability flows.
nvinfer.ErrorCode - Enum in org.bytedeco.tensorrt.global
\enum ErrorCode \brief Error codes that can be returned by TensorRT during execution.
nvinfer.FillOperation - Enum in org.bytedeco.tensorrt.global
\enum FillOperation \brief Enumerates the tensor fill operations that may performed by a fill layer.
nvinfer.GatherMode - Enum in org.bytedeco.tensorrt.global
\brief Control form of IGatherLayer
nvinfer.HardwareCompatibilityLevel - Enum in org.bytedeco.tensorrt.global
Describes requirements of compatibility with GPU architectures other than that of the GPU on which the engine was built.
nvinfer.InterpolationMode - Enum in org.bytedeco.tensorrt.global
\enum InterpolationMode \brief Enumerates various modes of interpolation
nvinfer.LayerInformationFormat - Enum in org.bytedeco.tensorrt.global
\enum LayerInformationFormat \brief The format in which the IEngineInspector prints the layer information.
nvinfer.LayerType - Enum in org.bytedeco.tensorrt.global
\enum LayerType \brief The type values of layer classes.
nvinfer.LoopOutput - Enum in org.bytedeco.tensorrt.global
Enum that describes kinds of loop outputs.
nvinfer.MatrixOperation - Enum in org.bytedeco.tensorrt.global
\enum MatrixOperation \brief Enumerates the operations that may be performed on a tensor by IMatrixMultiplyLayer before multiplication.
nvinfer.MemoryPoolType - Enum in org.bytedeco.tensorrt.global
\enum MemoryPoolType \brief The type for memory pools used by TensorRT.
nvinfer.NetworkDefinitionCreationFlag - Enum in org.bytedeco.tensorrt.global
\enum NetworkDefinitionCreationFlag \brief List of immutable network properties expressed at network creation time.
nvinfer.OptProfileSelector - Enum in org.bytedeco.tensorrt.global
\enum OptProfileSelector \brief When setting or querying optimization profile parameters (such as shape tensor inputs or dynamic dimensions), select whether we are interested in the minimum, optimum, or maximum values for these parameters.
nvinfer.PaddingMode - Enum in org.bytedeco.tensorrt.global
\enum PaddingMode \brief Enumerates the modes of padding to perform in convolution, deconvolution and pooling layer, padding mode takes precedence if setPaddingMode() and setPrePadding() are also used.
nvinfer.PluginFieldType - Enum in org.bytedeco.tensorrt.global
\enum PluginFieldType \brief The possible field types for custom layer.
nvinfer.PluginVersion - Enum in org.bytedeco.tensorrt.global
\struct PluginVersion \brief Definition of plugin versions.
nvinfer.PoolingType - Enum in org.bytedeco.tensorrt.global
\enum PoolingType \brief The type of pooling to perform in a pooling layer.
nvinfer.PreviewFeature - Enum in org.bytedeco.tensorrt.global
\enum PreviewFeature \brief Define preview features Preview Features have been fully tested but are not yet as stable as other features in TensorRT.
nvinfer.ProfilingVerbosity - Enum in org.bytedeco.tensorrt.global
\enum ProfilingVerbosity \brief List of verbosity levels of layer information exposed in NVTX annotations and in IEngineInspector.
nvinfer.QuantizationFlag - Enum in org.bytedeco.tensorrt.global
\enum QuantizationFlag \brief List of valid flags for quantizing the network to int8
nvinfer.ReduceOperation - Enum in org.bytedeco.tensorrt.global
\enum ReduceOperation \brief Enumerates the reduce operations that may be performed by a Reduce layer.
nvinfer.ResizeCoordinateTransformation - Enum in org.bytedeco.tensorrt.global
\enum ResizeCoordinateTransformation \brief The resize coordinate transformation function.
nvinfer.ResizeRoundMode - Enum in org.bytedeco.tensorrt.global
\enum ResizeRoundMode \brief The rounding mode for nearest neighbor resize.
nvinfer.ResizeSelector - Enum in org.bytedeco.tensorrt.global
\enum ResizeSelector \brief The coordinate selector when resize to single pixel output.
nvinfer.RNNDirection - Enum in org.bytedeco.tensorrt.global
\enum RNNDirection \brief Enumerates the RNN direction that may be performed by an RNN layer.
nvinfer.RNNGateType - Enum in org.bytedeco.tensorrt.global
\enum RNNGateType \brief Identifies an individual gate within an RNN cell.
nvinfer.RNNInputMode - Enum in org.bytedeco.tensorrt.global
\enum RNNInputMode \brief Enumerates the RNN input modes that may occur with an RNN layer.
nvinfer.RNNOperation - Enum in org.bytedeco.tensorrt.global
\enum RNNOperation \brief Enumerates the RNN operations that may be performed by an RNN layer.
nvinfer.SampleMode - Enum in org.bytedeco.tensorrt.global
\brief Controls how ISliceLayer and IGridSample handle out-of-bounds coordinates.
nvinfer.ScaleMode - Enum in org.bytedeco.tensorrt.global
\brief Controls how shift, scale and power are applied in a Scale layer.
nvinfer.ScatterMode - Enum in org.bytedeco.tensorrt.global
\brief Control form of IScatterLayer
nvinfer.TacticSource - Enum in org.bytedeco.tensorrt.global
\enum TacticSource \brief List of tactic sources for TensorRT.
nvinfer.TempfileControlFlag - Enum in org.bytedeco.tensorrt.global
\enum TempfileControlFlag \brief Flags used to control TensorRT's behavior when creating executable temporary files.
nvinfer.TensorFormat - Enum in org.bytedeco.tensorrt.global
\enum TensorFormat \brief Format of the input/output tensors.
nvinfer.TensorIOMode - Enum in org.bytedeco.tensorrt.global
\enum TensorIOMode \brief Definition of tensor IO Mode.
nvinfer.TensorLocation - Enum in org.bytedeco.tensorrt.global
\enum TensorLocation \brief The location for tensor data storage, device or host.
nvinfer.TopKOperation - Enum in org.bytedeco.tensorrt.global
\enum TopKOperation \brief Enumerates the operations that may be performed by a TopK layer.
nvinfer.TripLimit - Enum in org.bytedeco.tensorrt.global
Enum that describes kinds of trip limits.
nvinfer.UnaryOperation - Enum in org.bytedeco.tensorrt.global
\enum UnaryOperation \brief Enumerates the unary operations that may be performed by a Unary layer.
nvinfer.WeightsRole - Enum in org.bytedeco.tensorrt.global
\enum WeightsRole \brief How a layer uses particular Weights.
nvinfer_plugin - Class in org.bytedeco.tensorrt.global
 
nvinfer_plugin() - Constructor for class org.bytedeco.tensorrt.global.nvinfer_plugin
 
nvinfer_plugin - Class in org.bytedeco.tensorrt.presets
 
nvinfer_plugin() - Constructor for class org.bytedeco.tensorrt.presets.nvinfer_plugin
 
nvinfer_plugin.CodeTypeSSD - Enum in org.bytedeco.tensorrt.global
\enum CodeTypeSSD \brief The type of encoding used for decoding the bounding boxes and loc_data.
nvonnxparser - Class in org.bytedeco.tensorrt.global
 
nvonnxparser() - Constructor for class org.bytedeco.tensorrt.global.nvonnxparser
 
nvonnxparser - Class in org.bytedeco.tensorrt.presets
 
nvonnxparser() - Constructor for class org.bytedeco.tensorrt.presets.nvonnxparser
 
nvonnxparser.ErrorCode - Enum in org.bytedeco.tensorrt.global
\enum ErrorCode \brief The type of error that the parser may return
nvonnxparser.OnnxParserFlag - Enum in org.bytedeco.tensorrt.global
\brief Represents one or more OnnxParserFlag values using binary OR operations, e.g., 1U << OnnxParserFlag::kNATIVE_INSTANCENORM
nvparsers - Class in org.bytedeco.tensorrt.global
 
nvparsers() - Constructor for class org.bytedeco.tensorrt.global.nvparsers
 
nvparsers - Class in org.bytedeco.tensorrt.presets
 
nvparsers() - Constructor for class org.bytedeco.tensorrt.presets.nvparsers
 
nvparsers.FieldType - Enum in org.bytedeco.tensorrt.global
\enum FieldType \brief The possible field types for custom layer.
nvparsers.UffInputOrder - Enum in org.bytedeco.tensorrt.global
\enum UffInputOrder \brief The different possible supported input order.

O

offset() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
offset(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
operation(nvinfer.DimensionOperation, IDimensionExpr, IDimensionExpr) - Method in class org.bytedeco.tensorrt.nvinfer.IExprBuilder
Return pointer to IDimensionExp that represents the given operation applied to first and second.
operation(int, IDimensionExpr, IDimensionExpr) - Method in class org.bytedeco.tensorrt.nvinfer.IExprBuilder
 
operation(nvinfer.DimensionOperation, IDimensionExpr, IDimensionExpr) - Method in class org.bytedeco.tensorrt.nvinfer.VExprBuilder
 
operation(int, IDimensionExpr, IDimensionExpr) - Method in class org.bytedeco.tensorrt.nvinfer.VExprBuilder
 
order(int) - Method in class org.bytedeco.tensorrt.nvinfer.Permutation
The elements of the permutation.
order(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.Permutation
 
order() - Method in class org.bytedeco.tensorrt.nvinfer.Permutation
 
org.bytedeco.tensorrt.global - package org.bytedeco.tensorrt.global
 
org.bytedeco.tensorrt.nvinfer - package org.bytedeco.tensorrt.nvinfer
 
org.bytedeco.tensorrt.nvinfer_plugin - package org.bytedeco.tensorrt.nvinfer_plugin
 
org.bytedeco.tensorrt.nvonnxparser - package org.bytedeco.tensorrt.nvonnxparser
 
org.bytedeco.tensorrt.nvparsers - package org.bytedeco.tensorrt.nvparsers
 
org.bytedeco.tensorrt.presets - package org.bytedeco.tensorrt.presets
 
outputTypeIsSet(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief whether the output type has been set for this layer
outputTypeIsSet(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 

P

parent() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
parent(IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
parse(Pointer, long, String) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Parse a serialized ONNX model into the TensorRT network.
parse(Pointer, long) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
parse(Pointer, long, BytePointer) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
parse(String, String, INetworkDefinition, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief Parse a prototxt file and a binaryproto Caffe model to extract network definition and weights associated with the network, respectively.
parse(BytePointer, BytePointer, INetworkDefinition, int) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
parse(String, INetworkDefinition, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Parse a UFF file.
parse(String, INetworkDefinition) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
parse(BytePointer, INetworkDefinition, int) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
parse(BytePointer, INetworkDefinition) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
parseBinaryProto(String) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief Parse and extract data stored in binaryproto file.
parseBinaryProto(BytePointer) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
parseBuffer(String, long, INetworkDefinition, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Parse a UFF buffer, useful if the file already live in memory.
parseBuffer(String, long, INetworkDefinition) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
parseBuffer(BytePointer, long, INetworkDefinition, int) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
parseBuffer(BytePointer, long, INetworkDefinition) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
parseBuffers(BytePointer, long, BytePointer, long, INetworkDefinition, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief Parse a deploy prototxt and a binaryproto Caffe model from memory buffers to extract network definition and weights associated with the network, respectively.
parseBuffers(ByteBuffer, long, ByteBuffer, long, INetworkDefinition, int) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
parseBuffers(byte[], long, byte[], long, INetworkDefinition, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
parseBuffers(BytePointer, long, BytePointer, long, INetworkDefinition, int) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
parseBuffers(ByteBuffer, long, ByteBuffer, long, INetworkDefinition, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
parseBuffers(byte[], long, byte[], long, INetworkDefinition, int) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
parseFromFile(String, int) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Parse an onnx model file, which can be a binary protobuf or a text onnx model calls parse method inside.
parseFromFile(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
parseWithWeightDescriptors(Pointer, long) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Parse a serialized ONNX model into the TensorRT network with consideration of user provided weights
Permutation - Class in org.bytedeco.tensorrt.nvinfer
 
Permutation() - Constructor for class org.bytedeco.tensorrt.nvinfer.Permutation
Default native constructor.
Permutation(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.Permutation
Native array allocator.
Permutation(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.Permutation
Pointer cast constructor.
platformHasFastFp16() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Determine whether the platform has fast native fp16.
platformHasFastFp16() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
platformHasFastInt8() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Determine whether the platform has fast native int8.
platformHasFastInt8() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
platformHasTf32() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Determine whether the platform has TF32 support.
platformHasTf32() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
PluginField - Class in org.bytedeco.tensorrt.nvinfer
\class PluginField \brief Structure containing plugin attribute field names and associated data This information can be parsed to decode necessary plugin metadata
PluginField(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginField
Pointer cast constructor.
PluginField(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginField
Native array allocator.
PluginField(String, Pointer, nvinfer.PluginFieldType, int) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginField
 
PluginField() - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginField
 
PluginField(BytePointer, Pointer, int, int) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginField
 
PluginFieldCollection - Class in org.bytedeco.tensorrt.nvinfer
Plugin field collection struct.
PluginFieldCollection() - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
Default native constructor.
PluginFieldCollection(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
Native array allocator.
PluginFieldCollection(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
Pointer cast constructor.
PluginLibraryHandle() - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginRegistry.PluginLibraryHandle
Empty constructor.
PluginLibraryHandle(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.IPluginRegistry.PluginLibraryHandle
Pointer cast constructor.
PluginTensorDesc - Class in org.bytedeco.tensorrt.nvinfer
\struct PluginTensorDesc \brief Fields that a plugin might see for an input or output.
PluginTensorDesc() - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
Default native constructor.
PluginTensorDesc(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
Native array allocator.
PluginTensorDesc(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
Pointer cast constructor.
poolingH() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
poolingH(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
poolingW() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
poolingW(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
pop_back() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims2
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims3
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims32
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.Dims4
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.DimsExprs
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.DimsHW
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.DynamicPluginTensorDesc
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IHostMemory
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8EntropyCalibrator2
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8MinMaxCalibrator
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.ILogger
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IOneHotLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IProfiler
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.ITimingCache
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.Permutation
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.PluginFieldCollection
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VConditionalInputLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VConditionalOutputLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VConditionLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VIdentityLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VNonZeroLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VParametricReLULayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VRaggedSoftMaxLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VRecurrenceLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VRoot
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.VShapeLayer
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer.Weights
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
position(long) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
 
position(long) - Method in class org.bytedeco.tensorrt.nvparsers.FieldCollection
 
position(long) - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
precisionIsSet() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief whether the computational precision has been set for this layer
precisionIsSet() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
preNmsTop() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
preNmsTop(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
PriorBoxParameters - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief The PriorBox plugin layer generates the prior boxes of designated sizes and aspect ratios across all dimensions (H x W).
PriorBoxParameters() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
Default native constructor.
PriorBoxParameters(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
Native array allocator.
PriorBoxParameters(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
Pointer cast constructor.
push_back(SubGraph_t) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
put(SubGraph_t) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
put(SizeTPointer, boolean) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
put(SubGraphCollection_t) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
put(long, SubGraph_t) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
put(SubGraph_t) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
put(SubGraph_t...) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 

Q

Quadruple - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief The Permute plugin layer permutes the input tensor by changing the memory order of the data.
Quadruple() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
Default native constructor.
Quadruple(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
Native array allocator.
Quadruple(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.Quadruple
Pointer cast constructor.

R

readCalibrationCache(LongPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
\brief Load a calibration cache.
readHistogramCache(LongPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
\brief Load a histogram.
reallocate(Pointer, long, long) - Method in class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
A thread-safe callback implemented by the application to resize an existing allocation.
reallocateOutput(String, Pointer, long, long) - Method in class org.bytedeco.tensorrt.nvinfer.IOutputAllocator
\brief Return a pointer to memory for an output tensor, or nullptr if memory cannot be allocated.
reallocateOutput(BytePointer, Pointer, long, long) - Method in class org.bytedeco.tensorrt.nvinfer.IOutputAllocator
 
refitCudaEngine() - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Updates associated engine.
refitCudaEngine() - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
RegionParameters - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief The Region plugin layer performs region proposal calculation: generate 5 bounding boxes per cell (for yolo9000, generate 3 bounding boxes per cell).
RegionParameters() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
Default native constructor.
RegionParameters(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
Native array allocator.
RegionParameters(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
Pointer cast constructor.
registerCreator(IPluginCreator, String) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Register a plugin creator.
registerCreator(IPluginCreator, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
 
registerInput(String, Dims32, nvparsers.UffInputOrder) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Register an input name of a UFF network with the associated Dimensions.
registerInput(BytePointer, Dims32, int) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
registerOutput(String) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Register an output name of a UFF network.
registerOutput(BytePointer) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
removeTensor(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief remove a tensor from the network definition.
removeTensor(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
reorderSubBuffers(Pointer, IntPointer, int, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
Deprecated in TensorRT 8.0. \warning This file will be removed in TensorRT 10.0.
reorderSubBuffers(Pointer, IntBuffer, int, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
reorderSubBuffers(Pointer, int[], int, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
reportAlgorithms(PointerPointer, PointerPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmSelector
\brief Called by TensorRT to report choices it made.
reportAlgorithms(IAlgorithmContext, IAlgorithm, int) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmSelector
 
reportError(nvinfer.ErrorCode, String) - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
\brief Report an error to the error recorder with the corresponding enum and description.
reportError(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IErrorRecorder
 
reportLayerTime(String, float) - Method in class org.bytedeco.tensorrt.nvinfer.IProfiler
\brief Layer time reporting callback.
reportToProfiler() - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Calculate layer timing info for the current optimization profile in IExecutionContext and update the profiler after one iteration of inference launch.
reportToProfiler() - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
reset() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Resets the builder state to default values.
reset() - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Resets the builder configuration to defaults.
reset() - Method in class org.bytedeco.tensorrt.nvinfer.ITimingCache
\brief Empty the timing cache
reset() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
reset() - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
reset() - Method in class org.bytedeco.tensorrt.nvinfer.VTimingCache
 
resetDeviceType(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief reset the DeviceType for this layer
resetDeviceType(ILayer) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
resetDynamicRange() - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Undo effect of setDynamicRange.
resetDynamicRange() - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
resetOutputType(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief reset the output type for this layer
resetOutputType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
resetPrecision() - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief reset the computational precision for this layer
resetPrecision() - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
reshapeWeights(Weights, IntPointer, IntPointer, Pointer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
Deprecated in TensorRT 8.0. \warning This file will be removed in TensorRT 10.0.
reshapeWeights(Weights, IntBuffer, IntBuffer, Pointer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
reshapeWeights(Weights, int[], int[], Pointer, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
resize(long) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
RPROIParams - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief RPROIParams is used to create the RPROIPlugin instance.
RPROIParams() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
Default native constructor.
RPROIParams(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
Native array allocator.
RPROIParams(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
Pointer cast constructor.

S

SafeIPluginRegistry - Class in org.bytedeco.tensorrt.nvinfer
Forward declaration
SafeIPluginRegistry() - Constructor for class org.bytedeco.tensorrt.nvinfer.SafeIPluginRegistry
Empty constructor.
SafeIPluginRegistry(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.SafeIPluginRegistry
Pointer cast constructor.
scale() - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
Scale for INT8 data type.
scale(float) - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
 
scoreThreshold() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
scoreThreshold(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
second() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
second(boolean) - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
selectAlgorithms(IAlgorithmContext, PointerPointer, int, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmSelector
\brief Select Algorithms for a layer from the given list of algorithm choices.
selectAlgorithms(IAlgorithmContext, IAlgorithm, int, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmSelector
 
selectAlgorithms(IAlgorithmContext, IAlgorithm, int, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmSelector
 
selectAlgorithms(IAlgorithmContext, IAlgorithm, int, int[]) - Method in class org.bytedeco.tensorrt.nvinfer.IAlgorithmSelector
 
serialize() - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
\brief Serialize the network to a stream.
serialize(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Serialize the layer.
serialize() - Method in class org.bytedeco.tensorrt.nvinfer.ITimingCache
\brief Serialize a timing cache to IHostMemory object.
serialize() - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
serialize() - Method in class org.bytedeco.tensorrt.nvinfer.VTimingCache
 
setActivationType(nvinfer.ActivationType) - Method in class org.bytedeco.tensorrt.nvinfer.IActivationLayer
\brief Set the type of activation to be performed.
setActivationType(int) - Method in class org.bytedeco.tensorrt.nvinfer.IActivationLayer
 
setActivationType(nvinfer.ActivationType) - Method in class org.bytedeco.tensorrt.nvinfer.VActivationLayer
 
setActivationType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VActivationLayer
 
setAlgorithmSelector(IAlgorithmSelector) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set Algorithm Selector.
setAlgorithmSelector(IAlgorithmSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setAlignCorners(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
\brief Set the align corners mode.
setAlignCorners(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
Deprecated.
Deprecated in TensorRT 8.0. Superseded by IResizeLayer::setCoordinateTransformation().
setAlignCorners(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
setAlignCorners(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setAllowedFormats(int) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Set allowed formats for this tensor.
setAllowedFormats(int) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setAlpha(float) - Method in class org.bytedeco.tensorrt.nvinfer.IActivationLayer
\brief Set the alpha parameter (must be finite).
setAlpha(double) - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Set the alpha parameter.
setAlpha(float) - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Set the LRN alpha value.
setAlpha(float) - Method in class org.bytedeco.tensorrt.nvinfer.VActivationLayer
 
setAlpha(double) - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
setAlpha(float) - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
setAuxStreams(CUstream_st, int) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set the auxiliary streams that TensorRT should launch kernels on in the next enqueueV3() call.
setAuxStreams(CUstream_st, int) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setAverageCountExcludesPadding(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set whether average pooling uses as a denominator the overlap area between the window and the unpadded input.
setAverageCountExcludesPadding(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setAvgTimingIterations(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the number of averaging iterations used when timing layers.
setAvgTimingIterations(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Set the reduction axes for the normalization calculation.
setAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.ISoftMaxLayer
\brief Set the axis along which softmax is computed.
setAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
setAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.VSoftMaxLayer
 
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IConcatenationLayer
\brief Set the axis along which concatenation occurs.
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IDequantizeLayer
\brief Set the quantization axis.
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IIteratorLayer
Set axis to iterate over.
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILoopOutputLayer
\brief Set where to insert the contenation axis.
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IOneHotLayer
\brief Set the axis parameter.
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IQuantizeLayer
\brief Set the quantization axis.
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IScatterLayer
\brief Set the axis used by ScatterMode::kELEMENTS.
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VConcatenationLayer
 
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VDequantizeLayer
 
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VIteratorLayer
 
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLoopOutputLayer
 
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VOneHotLayer
 
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VQuantizeLayer
 
setAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VScatterLayer
 
setBatchAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IReverseSequenceLayer
\brief Set the batch axis.
setBatchAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VReverseSequenceLayer
 
setBeta(float) - Method in class org.bytedeco.tensorrt.nvinfer.IActivationLayer
\brief Set the beta parameter (must be finite).
setBeta(double) - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Set the beta parameter.
setBeta(float) - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Set the LRN beta value.
setBeta(float) - Method in class org.bytedeco.tensorrt.nvinfer.VActivationLayer
 
setBeta(double) - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
setBeta(float) - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
setBiasForGate(int, nvinfer.RNNGateType, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Set the bias parameters for an individual gate in the RNN.
setBiasForGate(int, int, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
 
setBiasForGate(int, nvinfer.RNNGateType, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setBiasForGate(int, int, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setBiasWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the bias weights for the convolution.
setBiasWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the bias weights for the deconvolution.
setBiasWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Deprecated.
\brief Set the bias weights.
setBiasWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setBiasWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setBiasWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VFullyConnectedLayer
 
setBindingDimensions(int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Deprecated in TensorRT 8.5. Superseded by setInputShape().
setBindingDimensions(int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setBlendFactor(float) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the blending factor for the max_average_blend mode: max_average_blendPool = (1-blendFactor)*maxPool + blendFactor*avgPool blendFactor is a user value in [0,1] with the default value of 0.0 This value only applies for the kMAX_AVERAGE_BLEND mode.
setBlendFactor(float) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setBoundingBoxFormat(nvinfer.BoundingBoxFormat) - Method in class org.bytedeco.tensorrt.nvinfer.INMSLayer
\brief Set the bounding box format parameter for the layer.
setBoundingBoxFormat(int) - Method in class org.bytedeco.tensorrt.nvinfer.INMSLayer
 
setBoundingBoxFormat(nvinfer.BoundingBoxFormat) - Method in class org.bytedeco.tensorrt.nvinfer.VNMSLayer
 
setBoundingBoxFormat(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNMSLayer
 
setBroadcastAcrossBatch(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Set whether to enable broadcast of tensor across the batch.
setBroadcastAcrossBatch(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setBuilderOptimizationLevel(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set builder optimization level Set the builder optimization level.
setBuilderOptimizationLevel(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setCalibrationProfile(IOptimizationProfile) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Add a calibration profile.
setCalibrationProfile(IOptimizationProfile) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setCellState(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Set the initial cell state of the LSTM with the provided \p cell ITensor.
setCellState(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setChannelAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Set the channel axis.
setChannelAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
setComputePrecision(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Set the compute precision of this layer.
setComputePrecision(int) - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
 
setComputePrecision(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
setComputePrecision(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
setCondition(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.IIfConditional
\brief Set the condition tensor for this If-Conditional construct.
setCondition(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VIfConditional
 
setCoordinateTransformation(nvinfer.ResizeCoordinateTransformation) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set coordinate transformation function.
setCoordinateTransformation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
setCoordinateTransformation(nvinfer.ResizeCoordinateTransformation) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setCoordinateTransformation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setCubicCoeff(float) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set the coefficient 'A' used in cubic interpolation.
setCubicCoeff(float) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setDebugSync(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set the debug sync flag.
setDebugSync(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setDefaultDeviceType(nvinfer.DeviceType) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Sets the default DeviceType to be used by the builder.
setDefaultDeviceType(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setDefaultDeviceType(nvinfer.DeviceType) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setDefaultDeviceType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setDeviceMemory(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set the device memory for use by this execution context.
setDeviceMemory(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setDeviceType(ILayer, nvinfer.DeviceType) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the device that this layer must execute on.
setDeviceType(ILayer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setDeviceType(ILayer, nvinfer.DeviceType) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setDeviceType(ILayer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setDilation(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by setDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setDilation(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setDilationNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the multi-dimension dilation of the convolution.
setDilationNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the multi-dimension dilation of the deconvolution.
setDilationNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setDilationNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setDimensionName(int, String) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Name a dimension of an input tensor.
setDimensionName(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
 
setDimensionName(int, String) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setDimensionName(int, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IConstantLayer
\brief Set the dimensions for the layer.
setDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Set the output tensor's dimensions.
setDimensions(String, nvinfer.OptProfileSelector, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Set the minimum / optimum / maximum dimensions for a dynamic input tensor.
setDimensions(BytePointer, int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
setDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Set the dimensions of a tensor.
setDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VConstantLayer
 
setDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
setDimensions(String, nvinfer.OptProfileSelector, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setDimensions(BytePointer, int, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setDirection(nvinfer.RNNDirection) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Set the direction of the RNN layer.
setDirection(int) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
 
setDirection(nvinfer.RNNDirection) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setDirection(int) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setDLACore(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Sets the DLA core used by the network.
setDLACore(int) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Sets the DLA core used by the network.
setDLACore(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setDLACore(int) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setDynamicRange(String, float, float) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
Update dynamic range for a tensor.
setDynamicRange(BytePointer, float, float) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
setDynamicRange(float, float) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Set dynamic range for the tensor Currently, only symmetric ranges are supported.
setDynamicRange(String, float, float) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setDynamicRange(BytePointer, float, float) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setDynamicRange(float, float) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setEngineCapability(nvinfer.EngineCapability) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Configure the builder to target specified EngineCapability flow.
setEngineCapability(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setEngineCapability(nvinfer.EngineCapability) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setEngineCapability(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setEngineHostCodeAllowed(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Set whether the runtime is allowed to deserialize engines with host executable code.
setEngineHostCodeAllowed(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setEnqueueEmitsProfile(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set whether enqueue emits layer timing to the profiler If set to true (default), enqueue is synchronous and does layer timing profiling implicitly if there is a profiler attached.
setEnqueueEmitsProfile(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setEpsilon(float) - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Set the epsilon value used for the normalization calculation.
setEpsilon(float) - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
setEquation(String) - Method in class org.bytedeco.tensorrt.nvinfer.IEinsumLayer
\brief Set the equation.
setEquation(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IEinsumLayer
 
setEquation(String) - Method in class org.bytedeco.tensorrt.nvinfer.VEinsumLayer
 
setEquation(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VEinsumLayer
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.ICudaEngine
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.VCudaEngine
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief Set the ErrorRecorder for this interface Assigns the ErrorRecorder to this interface.
setErrorRecorder(IErrorRecorder) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
setExcludeOutside(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set the state for excluding outside pixels.
setExcludeOutside(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setExecutionContext(IExecutionContext) - Method in class org.bytedeco.tensorrt.nvinfer.IEngineInspector
\brief Set an execution context as the inspection source.
setExecutionContext(IExecutionContext) - Method in class org.bytedeco.tensorrt.nvinfer.VEngineInspector
 
setExtraMemoryTarget(float) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Set a target for extra GPU memory that may be used by this profile.
setExtraMemoryTarget(float) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setFirstTranspose(Permutation) - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Set the permutation applied by the first transpose operation.
setFirstTranspose(Permutation) - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
setFlag(nvinfer.BuilderFlag) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set a single build mode flag.
setFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setFlag(nvinfer.BuilderFlag) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setFlag(nvonnxparser.OnnxParserFlag) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Set a single parser flag.
setFlag(int) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
setFlags(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the build mode flags to turn on builder options for this network.
setFlags(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setFlags(int) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Set the parser flags.
setGatherAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IGatherLayer
\brief Set the axis used by GatherMode::kELEMENTS and GatherMode::kDEFAULT The axis must be less than the number of dimensions in the data input.
setGatherAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VGatherLayer
 
setGpuAllocator(IGpuAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Set the GPU allocator.
setGpuAllocator(IGpuAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Set the GPU allocator.
setGpuAllocator(IGpuAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
setGpuAllocator(IGpuAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setHardwareCompatibilityLevel(nvinfer.HardwareCompatibilityLevel) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the hardware compatibility level.
setHardwareCompatibilityLevel(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setHardwareCompatibilityLevel(nvinfer.HardwareCompatibilityLevel) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setHardwareCompatibilityLevel(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setHiddenState(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Set the initial hidden state of the RNN with the provided \p hidden ITensor.
setHiddenState(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setInput(int, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Replace an input of this layer with a specific tensor.
setInput(int, ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setInputConsumedEvent(CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Mark input as consumed.
setInputConsumedEvent(CUevent_st) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInputMode(nvinfer.RNNInputMode) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Set the input mode of the RNN layer.
setInputMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
 
setInputMode(nvinfer.RNNInputMode) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setInputMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setInputShape(String, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set shape of given input.
setInputShape(BytePointer, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
setInputShape(String, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInputShape(BytePointer, Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInputShapeBinding(int, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Deprecated in TensorRT 8.5. Superseded by setInputTensorAddress() or setTensorAddress().
setInputShapeBinding(int, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
setInputShapeBinding(int, int[]) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
setInputShapeBinding(int, IntPointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInputShapeBinding(int, IntBuffer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInputShapeBinding(int, int[]) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInputTensorAddress(String, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set memory address for given input.
setInputTensorAddress(BytePointer, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
setInputTensorAddress(String, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInputTensorAddress(BytePointer, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setInt8Calibrator(IInt8Calibrator) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set Int8 Calibration interface.
setInt8Calibrator(IInt8Calibrator) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setInterpolationMode(nvinfer.InterpolationMode) - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
\brief Set the grid sample interpolation mode.
setInterpolationMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
 
setInterpolationMode(nvinfer.InterpolationMode) - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
setInterpolationMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
setK(float) - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Set the LRN K value.
setK(int) - Method in class org.bytedeco.tensorrt.nvinfer.ITopKLayer
\brief Set the static k value for the layer.
setK(float) - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
setK(int) - Method in class org.bytedeco.tensorrt.nvinfer.VTopKLayer
 
setKeepDimensions(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IReduceLayer
\brief Set the boolean that specifies whether or not to keep the reduced dimensions for the layer.
setKeepDimensions(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VReduceLayer
 
setKernelSize(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by setKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setKernelSize(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
Deprecated.
Superseded by setKernelSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setKernelSize(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setKernelSize(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setKernelSizeNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the multi-dimension kernel size of the convolution.
setKernelSizeNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the multi-dimension kernel size of the deconvolution.
setKernelSizeNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setKernelSizeNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setKernelWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the kernel weights for the convolution.
setKernelWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the kernel weights for the deconvolution.
setKernelWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Deprecated.
\brief Set the kernel weights, given as a KxC matrix in row-major order.
setKernelWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setKernelWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setKernelWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VFullyConnectedLayer
 
setLocation(nvinfer.TensorLocation) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Set the storage location of a tensor
setLocation(int) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
 
setLocation(nvinfer.TensorLocation) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setLocation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setMaxAuxStreams(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the maximum number of auxiliary streams that TRT is allowed to use.
setMaxAuxStreams(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setMaxBatchSize(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
Deprecated.
Deprecated in TensorRT 8.4.
setMaxBatchSize(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
setMaxThreads(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilder
\brief Set the maximum number of threads.
setMaxThreads(int) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Set the maximum number of threads.
setMaxThreads(int) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Set the maximum number of threads.
setMaxThreads(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilder
 
setMaxThreads(int) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setMaxThreads(int) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setMaxWorkspaceSize(long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Deprecated.
Deprecated in TensorRT 8.3. Superseded by IBuilderConfig::setMemoryPoolLimit() with MemoryPoolType::kWORKSPACE.
setMaxWorkspaceSize(long) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setMemoryPoolLimit(nvinfer.MemoryPoolType, long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the memory size for the memory pool.
setMemoryPoolLimit(int, long) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setMemoryPoolLimit(nvinfer.MemoryPoolType, long) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setMemoryPoolLimit(int, long) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setMessage(String) - Method in class org.bytedeco.tensorrt.nvinfer.IAssertionLayer
\brief Set the message to print if the assertion fails.
setMessage(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IAssertionLayer
 
setMessage(String) - Method in class org.bytedeco.tensorrt.nvinfer.VAssertionLayer
 
setMessage(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VAssertionLayer
 
setMetadata(String) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Set the metadata for this layer.
setMetadata(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
 
setMetadata(String) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setMetadata(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setMinTimingIterations(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
Deprecated.
Deprecated in TensorRT 8.4. Superseded by setAvgTimingIterations().
setMinTimingIterations(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setMode(nvinfer.GatherMode) - Method in class org.bytedeco.tensorrt.nvinfer.IGatherLayer
\brief Set the gather mode.
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IGatherLayer
 
setMode(nvinfer.ScaleMode) - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Set the scale mode.
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
 
setMode(nvinfer.ScatterMode) - Method in class org.bytedeco.tensorrt.nvinfer.IScatterLayer
\brief Set the scatter mode.
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IScatterLayer
 
setMode(nvinfer.SampleMode) - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Set the slice mode.
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
 
setMode(nvinfer.GatherMode) - Method in class org.bytedeco.tensorrt.nvinfer.VGatherLayer
 
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VGatherLayer
 
setMode(nvinfer.ScaleMode) - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
setMode(nvinfer.ScatterMode) - Method in class org.bytedeco.tensorrt.nvinfer.VScatterLayer
 
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VScatterLayer
 
setMode(nvinfer.SampleMode) - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
setMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set the name of the execution context.
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.IIfConditional
\brief Set the name of the conditional.
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IIfConditional
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Set the name of a layer.
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
\brief Set the name of the loop.
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ILoop
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Sets the name of the network.
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Set the tensor name.
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.VIfConditional
 
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VIfConditional
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VLoop
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
setName(String) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setName(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setNamedWeights(String, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Specify new weights of given name.
setNamedWeights(BytePointer, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
setNamedWeights(String, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setNamedWeights(BytePointer, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setNbElementWiseDims(int) - Method in class org.bytedeco.tensorrt.nvinfer.IGatherLayer
\brief Set the number of leading dimensions of indices tensor to be handled elementwise.
setNbElementWiseDims(int) - Method in class org.bytedeco.tensorrt.nvinfer.VGatherLayer
 
setNbGroups(int) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the number of groups for a convolution.
setNbGroups(int) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the number of groups for a deconvolution.
setNbGroups(int) - Method in class org.bytedeco.tensorrt.nvinfer.INormalizationLayer
\brief Set the number of groups used to split the channels in the normalization calculation.
setNbGroups(int) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setNbGroups(int) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setNbGroups(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
 
setNbOutputChannels(int) - Method in class org.bytedeco.tensorrt.nvinfer.IFullyConnectedLayer
Deprecated.
\brief Set the number of output channels K from the fully connected layer.
setNbOutputChannels(int) - Method in class org.bytedeco.tensorrt.nvinfer.VFullyConnectedLayer
 
setNbOutputMaps(int) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the number of output maps for the convolution.
setNbOutputMaps(int) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the number of output feature maps for the deconvolution.
setNbOutputMaps(int) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setNbOutputMaps(int) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setNearestRounding(nvinfer.ResizeRoundMode) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set rounding mode for nearest neighbor resize.
setNearestRounding(int) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
setNearestRounding(nvinfer.ResizeRoundMode) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setNearestRounding(int) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setNvtxVerbosity(nvinfer.ProfilingVerbosity) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set the verbosity of the NVTX markers in the execution context.
setNvtxVerbosity(int) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
setNvtxVerbosity(nvinfer.ProfilingVerbosity) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setNvtxVerbosity(int) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setOperation(nvinfer.ElementWiseOperation) - Method in class org.bytedeco.tensorrt.nvinfer.IElementWiseLayer
\brief Set the binary operation for the layer.
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IElementWiseLayer
 
setOperation(nvinfer.FillOperation) - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
\brief Set the fill operation for the layer.
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IFillLayer
 
setOperation(int, nvinfer.MatrixOperation) - Method in class org.bytedeco.tensorrt.nvinfer.IMatrixMultiplyLayer
\brief Set the operation for an input tensor.
setOperation(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IMatrixMultiplyLayer
 
setOperation(nvinfer.ReduceOperation) - Method in class org.bytedeco.tensorrt.nvinfer.IReduceLayer
\brief Set the reduce operation for the layer.
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IReduceLayer
 
setOperation(nvinfer.RNNOperation) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Set the operation of the RNN layer.
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
 
setOperation(nvinfer.TopKOperation) - Method in class org.bytedeco.tensorrt.nvinfer.ITopKLayer
\brief Set the operation for the layer.
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.ITopKLayer
 
setOperation(nvinfer.UnaryOperation) - Method in class org.bytedeco.tensorrt.nvinfer.IUnaryLayer
\brief Set the unary operation for the layer.
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.IUnaryLayer
 
setOperation(nvinfer.ElementWiseOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VElementWiseLayer
 
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VElementWiseLayer
 
setOperation(nvinfer.FillOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VFillLayer
 
setOperation(int, nvinfer.MatrixOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VMatrixMultiplyLayer
 
setOperation(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VMatrixMultiplyLayer
 
setOperation(nvinfer.ReduceOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VReduceLayer
 
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VReduceLayer
 
setOperation(nvinfer.RNNOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setOperation(nvinfer.TopKOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VTopKLayer
 
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VTopKLayer
 
setOperation(nvinfer.UnaryOperation) - Method in class org.bytedeco.tensorrt.nvinfer.VUnaryLayer
 
setOperation(int) - Method in class org.bytedeco.tensorrt.nvinfer.VUnaryLayer
 
setOptimizationProfile(int) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
Deprecated.
Superseded by setOptimizationProfileAsync. Deprecated prior to TensorRT 8.0 and will be removed in 9.0.
setOptimizationProfile(int) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setOptimizationProfileAsync(int, CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Select an optimization profile for the current context with async semantics.
setOptimizationProfileAsync(int, CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setOutputAllocator(String, IOutputAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set output allocator to use for output tensor of given name.
setOutputAllocator(BytePointer, IOutputAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
setOutputAllocator(String, IOutputAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setOutputAllocator(BytePointer, IOutputAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setOutputDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set the output dimensions.
setOutputDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setOutputType(int, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Set the output type of this layer Setting the output type constrains TensorRT to choose implementations which generate output data with the given type.
setOutputType(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
 
setOutputType(int, nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setOutputType(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
Deprecated.
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
Deprecated.
Superseded by setPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setPaddingMode(nvinfer.PaddingMode) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the padding mode.
setPaddingMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
 
setPaddingMode(nvinfer.PaddingMode) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the padding mode.
setPaddingMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
 
setPaddingMode(nvinfer.PaddingMode) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the padding mode.
setPaddingMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
 
setPaddingMode(nvinfer.PaddingMode) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setPaddingMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setPaddingMode(nvinfer.PaddingMode) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setPaddingMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setPaddingMode(nvinfer.PaddingMode) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setPaddingMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the multi-dimension padding of the convolution.
setPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the multi-dimension padding of the deconvolution.
setPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the multi-dimension padding for pooling.
setPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setParentSearchEnabled(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginRegistry
\brief Set whether the parent registry will be searched if a plugin is not found in this registry.
setPersistentCacheLimit(long) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set the maximum size for persistent cache usage.
setPersistentCacheLimit(long) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setPluginFactoryV2(IPluginFactoryV2) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief Set the IPluginFactoryV2 used to create the user defined pluginV2 objects.
setPluginNamespace(String) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
\brief Set the namespace of the plugin creator based on the plugin library it belongs to.
setPluginNamespace(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginCreator
 
setPluginNamespace(String) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Set the namespace that this plugin object belongs to.
setPluginNamespace(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
 
setPluginNamespace(String) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief Set the namespace used to lookup and create plugins in the network.
setPluginNamespace(BytePointer) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
 
setPluginNamespace(String) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
\brief Set the namespace used to lookup and create plugins in the network.
setPluginNamespace(BytePointer) - Method in class org.bytedeco.tensorrt.nvparsers.IUffParser
 
setPluginRegistryParent(IPluginRegistry) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setPluginsToSerialize(PointerPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the plugin libraries to be serialized with version-compatible engines.
setPluginsToSerialize(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setPluginsToSerialize(ByteBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setPluginsToSerialize(byte[], int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setPluginsToSerialize(PointerPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setPluginsToSerialize(BytePointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setPluginsToSerialize(ByteBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setPluginsToSerialize(byte[], int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setPoolingType(nvinfer.PoolingType) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the type of activation to be performed.
setPoolingType(int) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
 
setPoolingType(nvinfer.PoolingType) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setPoolingType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setPostPadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the multi-dimension post-padding of the convolution.
setPostPadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the multi-dimension post-padding of the deconvolution.
setPostPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
Deprecated.
Superseded by setPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setPostPadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the multi-dimension post-padding for pooling.
setPostPadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setPostPadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setPostPadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
setPostPadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setPostPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
\brief Set the padding that is applied at the end of the tensor.
setPostPaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
setPower(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Set the power value.
setPower(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
setPrecision(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
\brief Set the computational precision of this layer Setting the precision allows TensorRT to choose an implementation which run at this computational precision.
setPrecision(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILayer
 
setPrecision(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setPrecision(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLayer
 
setPrePadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the multi-dimension pre-padding of the convolution.
setPrePadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the multi-dimension pre-padding of the deconvolution.
setPrePadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
Deprecated.
Superseded by setPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setPrePadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the multi-dimension pre-padding for pooling.
setPrePadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setPrePadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setPrePadding(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
setPrePadding(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setPrePaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IPaddingLayer
\brief Set the padding that is applied at the start of the tensor.
setPrePaddingNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
 
setPreviewFeature(nvinfer.PreviewFeature, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Enable or disable a specific preview feature Allows enabling or disabling experimental features, which are not enabled by default in the current release.
setPreviewFeature(int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setPreviewFeature(nvinfer.PreviewFeature, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setPreviewFeature(int, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setProfiler(IProfiler) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set the profiler.
setProfiler(IProfiler) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setProfileStream(CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the cuda stream that is used to profile this network.
setProfileStream(CUstream_st) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setProfilingVerbosity(nvinfer.ProfilingVerbosity) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set verbosity level of layer information exposed in NVTX annotations and IEngineInspector.
setProfilingVerbosity(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setProfilingVerbosity(nvinfer.ProfilingVerbosity) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setProfilingVerbosity(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setProtobufBufferSize(long) - Method in class org.bytedeco.tensorrt.nvparsers.ICaffeParser
\brief Set buffer size for the parsing and storage of the learned model.
setQuantizationFlag(nvinfer.QuantizationFlag) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set a single quantization flag.
setQuantizationFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
 
setQuantizationFlag(nvinfer.QuantizationFlag) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setQuantizationFlag(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setQuantizationFlags(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set the quantization flags.
setQuantizationFlags(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setReduceAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.IReduceLayer
\brief Set the axes over which to reduce.
setReduceAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.ITopKLayer
\brief Set which axes to reduce for the layer.
setReduceAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.VReduceLayer
 
setReduceAxes(int) - Method in class org.bytedeco.tensorrt.nvinfer.VTopKLayer
 
setReshapeDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Set the reshaped dimensions.
setReshapeDimensions(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
setResizeMode(nvinfer.InterpolationMode) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set resize mode for an input tensor.
setResizeMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
setResizeMode(nvinfer.InterpolationMode) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setResizeMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setReverse(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IIteratorLayer
For reverse=false, the layer is equivalent to addGather(tensor, I, 0) where I is a scalar tensor containing the loop iteration number.
setReverse(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VIteratorLayer
 
setSampleMode(nvinfer.SampleMode) - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
\brief Set the sample mode.
setSampleMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.IGridSampleLayer
 
setSampleMode(nvinfer.SampleMode) - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
setSampleMode(int) - Method in class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
 
setScale(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Set the scale value.
setScale(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
setScales(FloatPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set the resize scales.
setScales(FloatBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
setScales(float[], int) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
setScales(FloatPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setScales(FloatBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setScales(float[], int) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setSecondTranspose(Permutation) - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Set the permutation applied by the second transpose operation.
setSecondTranspose(Permutation) - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
setSelectorForSinglePixel(nvinfer.ResizeSelector) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
\brief Set coordinate selector function when resized to single pixel.
setSelectorForSinglePixel(int) - Method in class org.bytedeco.tensorrt.nvinfer.IResizeLayer
 
setSelectorForSinglePixel(nvinfer.ResizeSelector) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setSelectorForSinglePixel(int) - Method in class org.bytedeco.tensorrt.nvinfer.VResizeLayer
 
setSequenceAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.IReverseSequenceLayer
\brief Set the sequence axis.
setSequenceAxis(int) - Method in class org.bytedeco.tensorrt.nvinfer.VReverseSequenceLayer
 
setSequenceLengths(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Specify individual sequence lengths in the batch with the ITensor pointed to by \p seqLengths.
setSequenceLengths(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setShapeValues(String, nvinfer.OptProfileSelector, IntPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
\brief Set the minimum / optimum / maximum values for an input shape tensor.
setShapeValues(BytePointer, int, IntBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
setShapeValues(String, nvinfer.OptProfileSelector, int[], int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
setShapeValues(BytePointer, int, IntPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
setShapeValues(String, nvinfer.OptProfileSelector, IntBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
setShapeValues(BytePointer, int, int[], int) - Method in class org.bytedeco.tensorrt.nvinfer.IOptimizationProfile
 
setShapeValues(String, nvinfer.OptProfileSelector, IntPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setShapeValues(BytePointer, int, IntBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setShapeValues(String, nvinfer.OptProfileSelector, int[], int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setShapeValues(BytePointer, int, IntPointer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setShapeValues(String, nvinfer.OptProfileSelector, IntBuffer, int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setShapeValues(BytePointer, int, int[], int) - Method in class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
 
setShift(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IScaleLayer
\brief Set the shift value.
setShift(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VScaleLayer
 
setSize(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Set the dimensions of the output slice.
setSize(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
setStart(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Set the start offset that the slice layer uses to create the output slice.
setStart(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
setStride(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
Deprecated.
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setStride(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
Deprecated.
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setStride(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
Deprecated.
Superseded by setStrideNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setStride(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.ISliceLayer
\brief Set the stride for computing the output slice data.
setStride(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setStride(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setStride(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setStride(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VSliceLayer
 
setStrideNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IConvolutionLayer
\brief Set the multi-dimension stride of the convolution.
setStrideNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IDeconvolutionLayer
\brief Set the multi-dimension stride of the deconvolution.
setStrideNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the multi-dimension stride for pooling.
setStrideNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
 
setStrideNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
 
setStrideNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setTacticSources(int) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Set tactic sources.
setTacticSources(int) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setTempfileControlFlags(int) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Set the tempfile control flags for this runtime.
setTempfileControlFlags(int) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setTemporaryDirectory(String) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
\brief Set the directory that will be used by this runtime for temporary files.
setTemporaryDirectory(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.IRuntime
 
setTemporaryDirectory(String) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setTemporaryDirectory(BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VRuntime
 
setTemporaryStorageAllocator(IGpuAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Specify allocator to use for internal temporary storage.
setTemporaryStorageAllocator(IGpuAllocator) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setTensorAddress(String, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
\brief Set memory address for given input or output tensor.
setTensorAddress(BytePointer, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IExecutionContext
 
setTensorAddress(String, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setTensorAddress(BytePointer, Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.VExecutionContext
 
setTimingCache(ITimingCache, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IBuilderConfig
\brief Attach a timing cache to IBuilderConfig The timing cache has verification header to make sure the provided cache can be used in current environment.
setTimingCache(ITimingCache, boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
 
setTopKBoxLimit(int) - Method in class org.bytedeco.tensorrt.nvinfer.INMSLayer
\brief Set the TopK box limit parameter for the layer.
setTopKBoxLimit(int) - Method in class org.bytedeco.tensorrt.nvinfer.VNMSLayer
 
setToType(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.ICastLayer
\brief Set cast layer output type.
setToType(int) - Method in class org.bytedeco.tensorrt.nvinfer.ICastLayer
 
setToType(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.VCastLayer
 
setToType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VCastLayer
 
setType(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
\brief Set the data type of a tensor.
setType(int) - Method in class org.bytedeco.tensorrt.nvinfer.ITensor
 
setType(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setType(int) - Method in class org.bytedeco.tensorrt.nvinfer.VTensor
 
setWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IConstantLayer
\brief Set the weights for the layer.
setWeights(String, nvinfer.WeightsRole, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
\brief Specify new weights for a layer of given name.
setWeights(BytePointer, int, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRefitter
 
setWeights(Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VConstantLayer
 
setWeights(String, nvinfer.WeightsRole, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setWeights(BytePointer, int, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRefitter
 
setWeightsForGate(int, nvinfer.RNNGateType, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
\brief Set the weight parameters for an individual gate in the RNN.
setWeightsForGate(int, int, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.IRNNv2Layer
Deprecated.
 
setWeightsForGate(int, nvinfer.RNNGateType, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setWeightsForGate(int, int, boolean, Weights) - Method in class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
 
setWeightsName(Weights, String) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Associate a name with all current uses of the given weights.
setWeightsName(Weights, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
 
setWeightsName(Weights, String) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
setWeightsName(Weights, BytePointer) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
setWindowSize(int) - Method in class org.bytedeco.tensorrt.nvinfer.ILRNLayer
\brief Set the LRN window size.
setWindowSize(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
Deprecated.
Superseded by setWindowSizeNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
setWindowSize(int) - Method in class org.bytedeco.tensorrt.nvinfer.VLRNLayer
 
setWindowSize(DimsHW) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setWindowSizeNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.IPoolingLayer
\brief Set the multi-dimension window size for pooling.
setWindowSizeNd(Dims32) - Method in class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
 
setZeroIsPlaceholder(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.IShuffleLayer
\brief Set meaning of 0 in reshape dimensions.
setZeroIsPlaceholder(boolean) - Method in class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
 
shareLocation() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
shareLocation(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
shareLocation() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
shareLocation(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
shutdownProtobufLibrary() - Static method in class org.bytedeco.tensorrt.global.nvparsers
\brief Shuts down protocol buffers library.
size() - Method in class org.bytedeco.tensorrt.nvinfer.IHostMemory
The size in bytes of the data that was allocated.
size() - Method in class org.bytedeco.tensorrt.nvinfer.VHostMemory
 
size() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
smTree() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
smTree(softmaxTree) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RegionParameters
 
softmaxTree - Class in org.bytedeco.tensorrt.nvinfer_plugin
\brief When performing yolo9000, softmaxTree is helping to do softmax on confidence scores, for element to get the precise classification through word-tree structured classification definition.
softmaxTree() - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
Default native constructor.
softmaxTree(long) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
Native array allocator.
softmaxTree(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer_plugin.softmaxTree
Pointer cast constructor.
spatialScale() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
spatialScale(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.RPROIParams
 
stepH() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
stepH(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
stepW() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
stepW(float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
SubGraph_t - Class in org.bytedeco.tensorrt.nvonnxparser
 
SubGraph_t(Pointer) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
Pointer cast constructor.
SubGraph_t(SizeTPointer, boolean) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
SubGraph_t() - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraph_t
 
SubGraphCollection_t - Class in org.bytedeco.tensorrt.nvonnxparser
 
SubGraphCollection_t(Pointer) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
Pointer cast constructor.
SubGraphCollection_t(SubGraph_t) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
SubGraphCollection_t(SubGraph_t...) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
SubGraphCollection_t() - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
SubGraphCollection_t(long) - Constructor for class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
SubGraphCollection_t.Iterator - Class in org.bytedeco.tensorrt.nvonnxparser
 
supportsFormat(nvinfer.DataType, nvinfer.TensorFormat) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Check format support.
supportsFormat(int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
 
supportsFormatCombination(int, PluginTensorDesc, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2DynamicExt
\brief Return true if plugin supports the format and datatype for the input/output indexed by pos.
supportsFormatCombination(int, PluginTensorDesc, int, int) - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2IOExt
\brief Return true if plugin supports the format and datatype for the input/output indexed by pos.
supportsModel(Pointer, long, SubGraphCollection_t, String) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Check whether TensorRT supports a particular ONNX model.
supportsModel(Pointer, long, SubGraphCollection_t) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
supportsModel(Pointer, long, SubGraphCollection_t, BytePointer) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 
supportsOperator(String) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
\brief Returns whether the specified operator may be supported by the parser.
supportsOperator(BytePointer) - Method in class org.bytedeco.tensorrt.nvonnxparser.IParser
 

T

terminate() - Method in class org.bytedeco.tensorrt.nvinfer.IPluginV2
Deprecated.
\brief Release resources acquired during plugin layer initialization.
topK() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
topK(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
topK() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
topK(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.NMSParameters
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ActivationType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.AllocatorFlag
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.BoundingBoxFormat
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.BuilderFlag
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.CalibrationAlgoType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.DataType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.DeviceType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.DimensionOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ElementWiseOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.EngineCapability
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ErrorCode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.FillOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.GatherMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.HardwareCompatibilityLevel
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.InterpolationMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.LayerInformationFormat
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.LayerType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.LoopOutput
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.MatrixOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.MemoryPoolType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.NetworkDefinitionCreationFlag
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.OptProfileSelector
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PaddingMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PluginFieldType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PluginVersion
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PoolingType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.PreviewFeature
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ProfilingVerbosity
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.QuantizationFlag
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ReduceOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeCoordinateTransformation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeRoundMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeSelector
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNDirection
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNGateType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNInputMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.RNNOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.SampleMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ScaleMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.ScatterMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TacticSource
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TempfileControlFlag
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TensorFormat
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TensorIOMode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TensorLocation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TopKOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.TripLimit
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.UnaryOperation
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer.WeightsRole
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvinfer_plugin.CodeTypeSSD
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvonnxparser.ErrorCode
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvonnxparser.OnnxParserFlag
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvparsers.FieldType
 
toString() - Method in enum org.bytedeco.tensorrt.global.nvparsers.UffInputOrder
 
toString() - Method in enum org.bytedeco.tensorrt.nvinfer.ILogger.Severity
 
toString() - Method in class org.bytedeco.tensorrt.nvonnxparser.SubGraphCollection_t
 
transposeSubBuffers(Pointer, nvinfer.DataType, int, int, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
Deprecated in TensorRT 8.0. \warning This file will be removed in TensorRT 10.0.
transposeSubBuffers(Pointer, int, int, int, int) - Static method in class org.bytedeco.tensorrt.global.nvinfer
Deprecated.
type() - Method in class org.bytedeco.tensorrt.nvinfer.IHostMemory
The type of the memory that was allocated.
type() - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
\brief Plugin field attribute type
type(nvinfer.PluginFieldType) - Method in class org.bytedeco.tensorrt.nvinfer.PluginField
 
type() - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
\warning DataType:kBOOL and DataType::kUINT8 are not supported.
type(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.PluginTensorDesc
 
type() - Method in class org.bytedeco.tensorrt.nvinfer.VHostMemory
 
type() - Method in class org.bytedeco.tensorrt.nvinfer.Weights
The type of the weights.
type(nvinfer.DataType) - Method in class org.bytedeco.tensorrt.nvinfer.Weights
 
type() - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 
type(nvparsers.FieldType) - Method in class org.bytedeco.tensorrt.nvparsers.FieldMap
 

U

UFF_REQUIRED_VERSION_MAJOR - Static variable in class org.bytedeco.tensorrt.global.nvparsers
\file NvUffParser.h This is the API for the UFF Parser
UFF_REQUIRED_VERSION_MINOR - Static variable in class org.bytedeco.tensorrt.global.nvparsers
 
UFF_REQUIRED_VERSION_PATCH - Static variable in class org.bytedeco.tensorrt.global.nvparsers
 
unmarkOutput(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief unmark a tensor as a network output.
unmarkOutput(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 
unmarkOutputForShapes(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.INetworkDefinition
\brief Undo markOutputForShapes.
unmarkOutputForShapes(ITensor) - Method in class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
 

V

VActivationLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VActivationLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VActivationLayer
Pointer cast constructor.
VAlgorithm - Class in org.bytedeco.tensorrt.nvinfer
 
VAlgorithm(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VAlgorithm
Pointer cast constructor.
VAlgorithmContext - Class in org.bytedeco.tensorrt.nvinfer
 
VAlgorithmContext(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VAlgorithmContext
Pointer cast constructor.
VAlgorithmIOInfo - Class in org.bytedeco.tensorrt.nvinfer
 
VAlgorithmIOInfo(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VAlgorithmIOInfo
Pointer cast constructor.
VAlgorithmVariant - Class in org.bytedeco.tensorrt.nvinfer
 
VAlgorithmVariant(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VAlgorithmVariant
Pointer cast constructor.
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ActivationType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.AllocatorFlag
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.BoundingBoxFormat
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.BuilderFlag
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.CalibrationAlgoType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.DataType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.DeviceType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.DimensionOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ElementWiseOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.EngineCapability
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ErrorCode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.FillOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.GatherMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.HardwareCompatibilityLevel
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.InterpolationMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.LayerInformationFormat
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.LayerType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.LoopOutput
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.MatrixOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.MemoryPoolType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.NetworkDefinitionCreationFlag
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.OptProfileSelector
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.PaddingMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.PluginFieldType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.PluginVersion
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.PoolingType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.PreviewFeature
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ProfilingVerbosity
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.QuantizationFlag
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ReduceOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ResizeCoordinateTransformation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ResizeRoundMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ResizeSelector
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.RNNDirection
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.RNNGateType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.RNNInputMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.RNNOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.SampleMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ScaleMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.ScatterMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.TacticSource
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.TempfileControlFlag
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.TensorFormat
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.TensorIOMode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.TensorLocation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.TopKOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.TripLimit
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.UnaryOperation
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer.WeightsRole
 
value - Variable in enum org.bytedeco.tensorrt.global.nvinfer_plugin.CodeTypeSSD
 
value - Variable in enum org.bytedeco.tensorrt.global.nvonnxparser.ErrorCode
 
value - Variable in enum org.bytedeco.tensorrt.global.nvonnxparser.OnnxParserFlag
 
value - Variable in enum org.bytedeco.tensorrt.global.nvparsers.FieldType
 
value - Variable in enum org.bytedeco.tensorrt.global.nvparsers.UffInputOrder
 
value - Variable in enum org.bytedeco.tensorrt.nvinfer.ILogger.Severity
 
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ActivationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.AllocatorFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.BoundingBoxFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.BuilderFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.CalibrationAlgoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.DimensionOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ElementWiseOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.EngineCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.FillOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.GatherMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.HardwareCompatibilityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.InterpolationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.LayerInformationFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.LayerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.LoopOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.MatrixOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.MemoryPoolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.NetworkDefinitionCreationFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.OptProfileSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PaddingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PluginFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PluginVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PoolingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PreviewFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ProfilingVerbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.QuantizationFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ReduceOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeCoordinateTransformation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeRoundMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNGateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNInputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.SampleMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ScaleMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ScatterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TacticSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TempfileControlFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TensorFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TensorIOMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TensorLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TopKOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TripLimit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.UnaryOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer.WeightsRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvinfer_plugin.CodeTypeSSD
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvonnxparser.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvonnxparser.OnnxParserFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvparsers.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.global.nvparsers.UffInputOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bytedeco.tensorrt.nvinfer.ILogger.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ActivationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.AllocatorFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.BoundingBoxFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.BuilderFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.CalibrationAlgoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.DimensionOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ElementWiseOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.EngineCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.FillOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.GatherMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.HardwareCompatibilityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.InterpolationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.LayerInformationFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.LayerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.LoopOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.MatrixOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.MemoryPoolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.NetworkDefinitionCreationFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.OptProfileSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PaddingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PluginFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PluginVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PoolingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.PreviewFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ProfilingVerbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.QuantizationFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ReduceOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeCoordinateTransformation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeRoundMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ResizeSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNGateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNInputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.RNNOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.SampleMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ScaleMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.ScatterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TacticSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TempfileControlFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TensorFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TensorIOMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TensorLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TopKOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.TripLimit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.UnaryOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer.WeightsRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvinfer_plugin.CodeTypeSSD
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvonnxparser.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvonnxparser.OnnxParserFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvparsers.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.global.nvparsers.UffInputOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bytedeco.tensorrt.nvinfer.ILogger.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.bytedeco.tensorrt.nvinfer.Weights
The weight values, in a contiguous array.
values(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.Weights
 
variance(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
variance(int, float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
variance() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
variance(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
variance(int, float) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
variance() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.PriorBoxParameters
 
varianceEncodedInTarget() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
varianceEncodedInTarget(boolean) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.DetectionOutputParameters
 
VAssertionLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VAssertionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VAssertionLayer
Pointer cast constructor.
VBuilder - Class in org.bytedeco.tensorrt.nvinfer
 
VBuilder(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VBuilder
Pointer cast constructor.
VBuilderConfig - Class in org.bytedeco.tensorrt.nvinfer
 
VBuilderConfig(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VBuilderConfig
Pointer cast constructor.
VCastLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VCastLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VCastLayer
Pointer cast constructor.
VConcatenationLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VConcatenationLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConcatenationLayer
Pointer cast constructor.
VConditionalBoundaryLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VConditionalBoundaryLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionalBoundaryLayer
Pointer cast constructor.
VConditionalInputLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VConditionalInputLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionalInputLayer
Default native constructor.
VConditionalInputLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionalInputLayer
Native array allocator.
VConditionalInputLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionalInputLayer
Pointer cast constructor.
VConditionalOutputLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VConditionalOutputLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionalOutputLayer
Default native constructor.
VConditionalOutputLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionalOutputLayer
Native array allocator.
VConditionalOutputLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionalOutputLayer
Pointer cast constructor.
VConditionLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VConditionLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionLayer
Default native constructor.
VConditionLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionLayer
Native array allocator.
VConditionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConditionLayer
Pointer cast constructor.
VConstantLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VConstantLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConstantLayer
Pointer cast constructor.
VConvolutionLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VConvolutionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VConvolutionLayer
Pointer cast constructor.
VCudaEngine - Class in org.bytedeco.tensorrt.nvinfer
 
VCudaEngine(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VCudaEngine
Pointer cast constructor.
VDeconvolutionLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VDeconvolutionLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VDeconvolutionLayer
Pointer cast constructor.
VDequantizeLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VDequantizeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VDequantizeLayer
Pointer cast constructor.
VDimensionExpr - Class in org.bytedeco.tensorrt.nvinfer
 
VDimensionExpr(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VDimensionExpr
Pointer cast constructor.
VEinsumLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VEinsumLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VEinsumLayer
Pointer cast constructor.
VElementWiseLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VElementWiseLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VElementWiseLayer
Pointer cast constructor.
VEngineInspector - Class in org.bytedeco.tensorrt.nvinfer
 
VEngineInspector(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VEngineInspector
Pointer cast constructor.
VExecutionContext - Class in org.bytedeco.tensorrt.nvinfer
 
VExecutionContext(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VExecutionContext
Pointer cast constructor.
VExprBuilder - Class in org.bytedeco.tensorrt.nvinfer
 
VExprBuilder(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VExprBuilder
Pointer cast constructor.
VFillLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VFillLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VFillLayer
Pointer cast constructor.
VFullyConnectedLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VFullyConnectedLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VFullyConnectedLayer
Pointer cast constructor.
VGatherLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VGatherLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VGatherLayer
Pointer cast constructor.
VGridSampleLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VGridSampleLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VGridSampleLayer
Pointer cast constructor.
VHostMemory - Class in org.bytedeco.tensorrt.nvinfer
 
VHostMemory(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VHostMemory
Pointer cast constructor.
VIdentityLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VIdentityLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VIdentityLayer
Default native constructor.
VIdentityLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VIdentityLayer
Native array allocator.
VIdentityLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VIdentityLayer
Pointer cast constructor.
VIfConditional - Class in org.bytedeco.tensorrt.nvinfer
 
VIfConditional(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VIfConditional
Pointer cast constructor.
VIteratorLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VIteratorLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VIteratorLayer
Pointer cast constructor.
VLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VLayer
Pointer cast constructor.
VLoop - Class in org.bytedeco.tensorrt.nvinfer
 
VLoop(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VLoop
Pointer cast constructor.
VLoopBoundaryLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VLoopBoundaryLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VLoopBoundaryLayer
Pointer cast constructor.
VLoopOutputLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VLoopOutputLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VLoopOutputLayer
Pointer cast constructor.
VLRNLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VLRNLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VLRNLayer
Pointer cast constructor.
VMatrixMultiplyLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VMatrixMultiplyLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VMatrixMultiplyLayer
Pointer cast constructor.
VNetworkDefinition - Class in org.bytedeco.tensorrt.nvinfer
 
VNetworkDefinition(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VNetworkDefinition
Pointer cast constructor.
VNMSLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VNMSLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VNMSLayer
Pointer cast constructor.
VNonZeroLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VNonZeroLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VNonZeroLayer
Default native constructor.
VNonZeroLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VNonZeroLayer
Native array allocator.
VNonZeroLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VNonZeroLayer
Pointer cast constructor.
VNormalizationLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VNormalizationLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VNormalizationLayer
Pointer cast constructor.
VOneHotLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VOneHotLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VOneHotLayer
Pointer cast constructor.
VOptimizationProfile - Class in org.bytedeco.tensorrt.nvinfer
 
VOptimizationProfile(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VOptimizationProfile
Pointer cast constructor.
VPaddingLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VPaddingLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VPaddingLayer
Pointer cast constructor.
VParametricReLULayer - Class in org.bytedeco.tensorrt.nvinfer
 
VParametricReLULayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VParametricReLULayer
Default native constructor.
VParametricReLULayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VParametricReLULayer
Native array allocator.
VParametricReLULayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VParametricReLULayer
Pointer cast constructor.
VPluginLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VPluginLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VPluginLayer
Pointer cast constructor.
VPluginV2Layer - Class in org.bytedeco.tensorrt.nvinfer
 
VPluginV2Layer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VPluginV2Layer
Pointer cast constructor.
VPoolingLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VPoolingLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VPoolingLayer
Pointer cast constructor.
VQuantizeLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VQuantizeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VQuantizeLayer
Pointer cast constructor.
VRaggedSoftMaxLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VRaggedSoftMaxLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VRaggedSoftMaxLayer
Default native constructor.
VRaggedSoftMaxLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRaggedSoftMaxLayer
Native array allocator.
VRaggedSoftMaxLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRaggedSoftMaxLayer
Pointer cast constructor.
VRecurrenceLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VRecurrenceLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VRecurrenceLayer
Default native constructor.
VRecurrenceLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRecurrenceLayer
Native array allocator.
VRecurrenceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRecurrenceLayer
Pointer cast constructor.
VReduceLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VReduceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VReduceLayer
Pointer cast constructor.
VRefitter - Class in org.bytedeco.tensorrt.nvinfer
 
VRefitter(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRefitter
Pointer cast constructor.
VResizeLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VResizeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VResizeLayer
Pointer cast constructor.
VReverseSequenceLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VReverseSequenceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VReverseSequenceLayer
Pointer cast constructor.
VRNNv2Layer - Class in org.bytedeco.tensorrt.nvinfer
 
VRNNv2Layer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRNNv2Layer
Pointer cast constructor.
VRoot - Class in org.bytedeco.tensorrt.nvinfer
\file NvInferImpl.h This file contains definitions for API methods that cross the shared library boundary.
VRoot() - Constructor for class org.bytedeco.tensorrt.nvinfer.VRoot
Default native constructor.
VRoot(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRoot
Native array allocator.
VRoot(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRoot
Pointer cast constructor.
VRuntime - Class in org.bytedeco.tensorrt.nvinfer
 
VRuntime(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VRuntime
Pointer cast constructor.
VScaleLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VScaleLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VScaleLayer
Pointer cast constructor.
VScatterLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VScatterLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VScatterLayer
Pointer cast constructor.
VSelectLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VSelectLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VSelectLayer
Empty constructor.
VSelectLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VSelectLayer
Pointer cast constructor.
VShapeLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VShapeLayer() - Constructor for class org.bytedeco.tensorrt.nvinfer.VShapeLayer
Default native constructor.
VShapeLayer(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.VShapeLayer
Native array allocator.
VShapeLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VShapeLayer
Pointer cast constructor.
VShuffleLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VShuffleLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VShuffleLayer
Pointer cast constructor.
VSliceLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VSliceLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VSliceLayer
Pointer cast constructor.
VSoftMaxLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VSoftMaxLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VSoftMaxLayer
Pointer cast constructor.
VTensor - Class in org.bytedeco.tensorrt.nvinfer
 
VTensor(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VTensor
Pointer cast constructor.
VTimingCache - Class in org.bytedeco.tensorrt.nvinfer
 
VTimingCache(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VTimingCache
Pointer cast constructor.
VTopKLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VTopKLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VTopKLayer
Pointer cast constructor.
VTripLimitLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VTripLimitLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VTripLimitLayer
Pointer cast constructor.
VUnaryLayer - Class in org.bytedeco.tensorrt.nvinfer
 
VUnaryLayer(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.VUnaryLayer
Pointer cast constructor.

W

w() - Method in class org.bytedeco.tensorrt.nvinfer.DimsHW
\brief Get the width.
W() - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
W(int) - Method in class org.bytedeco.tensorrt.nvinfer_plugin.GridAnchorParameters
 
Weights - Class in org.bytedeco.tensorrt.nvinfer
\class Weights \brief An array of weights used as a layer parameter.
Weights() - Constructor for class org.bytedeco.tensorrt.nvinfer.Weights
Default native constructor.
Weights(long) - Constructor for class org.bytedeco.tensorrt.nvinfer.Weights
Native array allocator.
Weights(Pointer) - Constructor for class org.bytedeco.tensorrt.nvinfer.Weights
Pointer cast constructor.
writeCalibrationCache(Pointer, long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8Calibrator
\brief Save a calibration cache.
writeHistogramCache(Pointer, long) - Method in class org.bytedeco.tensorrt.nvinfer.IInt8LegacyCalibrator
\brief Save a histogram cache.

_

_allocate(long, long, int) - Method in class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
A thread-safe callback implemented by the application to handle acquisition of GPU memory.
_deallocate(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
A thread-safe callback implemented by the application to handle release of GPU memory.
_free(Pointer) - Method in class org.bytedeco.tensorrt.nvinfer.IGpuAllocator
Deprecated.
Deprecated in TensorRT 8.0. Superseded by deallocate. \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.
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2024. All rights reserved.