@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VPoolingLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VPoolingLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAverageCountExcludesPadding() |
float |
getBlendFactor() |
DimsHW |
getPadding() |
nvinfer.PaddingMode |
getPaddingMode() |
Dims32 |
getPaddingNd() |
nvinfer.PoolingType |
getPoolingType() |
Dims32 |
getPostPadding() |
Dims32 |
getPrePadding() |
DimsHW |
getStride() |
Dims32 |
getStrideNd() |
DimsHW |
getWindowSize() |
Dims32 |
getWindowSizeNd() |
void |
setAverageCountExcludesPadding(boolean exclusive) |
void |
setBlendFactor(float blendFactor) |
void |
setPadding(DimsHW padding) |
void |
setPaddingMode(int paddingMode) |
void |
setPaddingMode(nvinfer.PaddingMode paddingMode) |
void |
setPaddingNd(Dims32 padding) |
void |
setPoolingType(int type) |
void |
setPoolingType(nvinfer.PoolingType type) |
void |
setPostPadding(Dims32 padding) |
void |
setPrePadding(Dims32 padding) |
void |
setStride(DimsHW stride) |
void |
setStrideNd(Dims32 stride) |
void |
setWindowSize(DimsHW windowSize) |
void |
setWindowSizeNd(Dims32 windowSize) |
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 VPoolingLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setPoolingType(nvinfer.PoolingType type)
@NoException(value=true) public void setPoolingType(@Cast(value="nvinfer1::PoolingType") int type)
@NoException(value=true) public nvinfer.PoolingType getPoolingType()
@NoException(value=true) public void setWindowSize(@ByVal DimsHW windowSize)
@ByVal @NoException(value=true) public DimsHW getWindowSize()
@NoException(value=true) public void setStride(@ByVal DimsHW stride)
@ByVal @NoException(value=true) public DimsHW getStride()
@NoException(value=true) public void setPadding(@ByVal DimsHW padding)
@ByVal @NoException(value=true) public DimsHW getPadding()
@NoException(value=true) public void setBlendFactor(float blendFactor)
@NoException(value=true) public float getBlendFactor()
@NoException(value=true) public void setAverageCountExcludesPadding(@Cast(value="bool") boolean exclusive)
@Cast(value="bool") @NoException(value=true) public boolean getAverageCountExcludesPadding()
@NoException(value=true) public void setPrePadding(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 padding)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getPrePadding()
@NoException(value=true) public void setPostPadding(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 padding)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getPostPadding()
@NoException(value=true) public void setPaddingMode(nvinfer.PaddingMode paddingMode)
@NoException(value=true) public void setPaddingMode(@Cast(value="nvinfer1::PaddingMode") int paddingMode)
@NoException(value=true) public nvinfer.PaddingMode getPaddingMode()
@NoException(value=true) public void setWindowSizeNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 windowSize)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getWindowSizeNd()
@NoException(value=true) public void setStrideNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 stride)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getStrideNd()
@NoException(value=true) public void setPaddingNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 padding)
Copyright © 2024. All rights reserved.