@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VDeconvolutionLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VDeconvolutionLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Weights |
getBiasWeights() |
Dims32 |
getDilationNd() |
DimsHW |
getKernelSize() |
Dims32 |
getKernelSizeNd() |
Weights |
getKernelWeights() |
int |
getNbGroups() |
int |
getNbOutputMaps() |
DimsHW |
getPadding() |
nvinfer.PaddingMode |
getPaddingMode() |
Dims32 |
getPaddingNd() |
Dims32 |
getPostPadding() |
Dims32 |
getPrePadding() |
DimsHW |
getStride() |
Dims32 |
getStrideNd() |
void |
setBiasWeights(Weights weights) |
void |
setDilationNd(Dims32 dilation) |
void |
setKernelSize(DimsHW kernelSize) |
void |
setKernelSizeNd(Dims32 kernelSize) |
void |
setKernelWeights(Weights weights) |
void |
setNbGroups(int nbGroups) |
void |
setNbOutputMaps(int nbOutputMaps) |
void |
setPadding(DimsHW padding) |
void |
setPaddingMode(int paddingMode) |
void |
setPaddingMode(nvinfer.PaddingMode paddingMode) |
void |
setPaddingNd(Dims32 padding) |
void |
setPostPadding(Dims32 padding) |
void |
setPrePadding(Dims32 padding) |
void |
setStride(DimsHW stride) |
void |
setStrideNd(Dims32 stride) |
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 VDeconvolutionLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setKernelSize(@ByVal DimsHW kernelSize)
@ByVal @NoException(value=true) public DimsHW getKernelSize()
@NoException(value=true) public void setNbOutputMaps(int nbOutputMaps)
@NoException(value=true) public int getNbOutputMaps()
@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 setNbGroups(int nbGroups)
@NoException(value=true) public int getNbGroups()
@NoException(value=true) public void setKernelWeights(@ByVal Weights weights)
@ByVal @NoException(value=true) public Weights getKernelWeights()
@NoException(value=true) public void setBiasWeights(@ByVal Weights weights)
@ByVal @NoException(value=true) public Weights getBiasWeights()
@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 setKernelSizeNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 kernelSize)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getKernelSizeNd()
@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)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getPaddingNd()
@NoException(value=true) public void setDilationNd(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 dilation)
Copyright © 2024. All rights reserved.