@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VLRNLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VLRNLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAlpha() |
float |
getBeta() |
float |
getK() |
int |
getWindowSize() |
void |
setAlpha(float alpha) |
void |
setBeta(float beta) |
void |
setK(float k) |
void |
setWindowSize(int 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 VLRNLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setWindowSize(int windowSize)
@NoException(value=true) public int getWindowSize()
@NoException(value=true) public void setAlpha(float alpha)
@NoException(value=true) public float getAlpha()
@NoException(value=true) public void setBeta(float beta)
@NoException(value=true) public float getBeta()
@NoException(value=true) public void setK(float k)
@NoException(value=true) public float getK()
Copyright © 2024. All rights reserved.