@Namespace(value="nvinfer1") @NoOffset @Properties(inherit=nvinfer.class) public class IPaddingLayer extends ILayer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IPaddingLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DimsHW |
getPostPadding()
Deprecated.
Superseded by getPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
Dims32 |
getPostPaddingNd()
\brief Get the padding that is applied at the end of the tensor.
|
DimsHW |
getPrePadding()
Deprecated.
Superseded by getPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
Dims32 |
getPrePaddingNd()
\brief Get the padding that is applied at the start of the tensor.
|
void |
setPostPadding(DimsHW padding)
Deprecated.
Superseded by setPostPaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
void |
setPostPaddingNd(Dims32 padding)
\brief Set the padding that is applied at the end of the tensor.
|
void |
setPrePadding(DimsHW padding)
Deprecated.
Superseded by setPrePaddingNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
|
void |
setPrePaddingNd(Dims32 padding)
\brief Set the padding that is applied at the start of the tensor.
|
getInput, getMetadata, getName, getNbInputs, getNbOutputs, getOutput, getOutputType, getPrecision, getType, outputTypeIsSet, precisionIsSet, resetOutputType, resetPrecision, setInput, setMetadata, setMetadata, setName, setName, setOutputType, setOutputType, setPrecision, setPrecisionaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic IPaddingLayer(Pointer p)
Pointer(Pointer).@Deprecated @NoException(value=true) public void setPrePadding(@ByVal DimsHW padding)
getPrePadding@Deprecated @ByVal @NoException(value=true) public DimsHW getPrePadding()
setPrePadding@Deprecated @NoException(value=true) public void setPostPadding(@ByVal DimsHW padding)
getPostPadding@Deprecated @ByVal @NoException(value=true) public DimsHW getPostPadding()
setPostPadding@NoException(value=true) public void setPrePaddingNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 padding)
getPrePaddingNd@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getPrePaddingNd()
setPrePaddingNd@NoException(value=true) public void setPostPaddingNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 padding)
getPostPaddingNdCopyright © 2024. All rights reserved.