@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VConvolutionLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VConvolutionLayer(Pointer p)
Pointer cast constructor.
|
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 VConvolutionLayer(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 setDilation(@ByVal DimsHW dilation)
@ByVal @NoException(value=true) public DimsHW getDilation()
@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.