@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VPaddingLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VPaddingLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DimsHW |
getPostPadding() |
Dims32 |
getPostPaddingNd() |
DimsHW |
getPrePadding() |
Dims32 |
getPrePaddingNd() |
void |
setPostPadding(DimsHW padding) |
void |
setPostPaddingNd(Dims32 padding) |
void |
setPrePadding(DimsHW padding) |
void |
setPrePaddingNd(Dims32 padding) |
getPointer, positionaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic VPaddingLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setPrePadding(@ByVal DimsHW padding)
@ByVal @NoException(value=true) public DimsHW getPrePadding()
@NoException(value=true) public void setPostPadding(@ByVal DimsHW padding)
@ByVal @NoException(value=true) public DimsHW getPostPadding()
@NoException(value=true) public void setPrePaddingNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 padding)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getPrePaddingNd()
@NoException(value=true) public void setPostPaddingNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 padding)
Copyright © 2024. All rights reserved.