@Namespace(value="nvinfer1") @NoOffset @Properties(inherit=nvinfer.class) public class ILRNLayer extends ILayer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ILRNLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAlpha()
\brief Get the LRN alpha value.
|
float |
getBeta()
\brief Get the LRN beta value.
|
float |
getK()
\brief Get the LRN K value.
|
int |
getWindowSize()
\brief Get the LRN window size.
|
void |
setAlpha(float alpha)
\brief Set the LRN alpha value.
|
void |
setBeta(float beta)
\brief Set the LRN beta value.
|
void |
setK(float k)
\brief Set the LRN K value.
|
void |
setWindowSize(int windowSize)
\brief Set the LRN window size.
|
getInput, getMetadata, getName, getNbInputs, getNbOutputs, getOutput, getOutputType, getPrecision, getType, outputTypeIsSet, precisionIsSet, resetOutputType, resetPrecision, setInput, setMetadata, setMetadata, setName, setName, setOutputType, setOutputType, setPrecision, setPrecisionaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ILRNLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setWindowSize(int windowSize)
setWindowStride()@NoException(value=true) public int getWindowSize()
getWindowStride()@NoException(value=true) public void setAlpha(float alpha)
getAlpha()@NoException(value=true) public float getAlpha()
setAlpha()@NoException(value=true) public void setBeta(float beta)
getBeta()@NoException(value=true) public float getBeta()
setBeta()@NoException(value=true) public void setK(float k)
getK()@NoException(value=true) public float getK()
setK()Copyright © 2024. All rights reserved.