@Namespace(value="nvinfer1") @NoOffset @Properties(inherit=nvinfer.class) public class INMSLayer extends ILayer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
INMSLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.BoundingBoxFormat |
getBoundingBoxFormat()
\brief Get the bounding box format parameter for the layer.
|
int |
getTopKBoxLimit()
\brief Get the TopK box limit parameter for the layer.
|
void |
setBoundingBoxFormat(int fmt) |
void |
setBoundingBoxFormat(nvinfer.BoundingBoxFormat fmt)
\brief Set the bounding box format parameter for the layer.
|
void |
setTopKBoxLimit(int _limit)
\brief Set the TopK box limit parameter for the layer.
|
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 INMSLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setBoundingBoxFormat(nvinfer.BoundingBoxFormat fmt)
nvinfer.BoundingBoxFormat,
getBoundingBoxFormat()@NoException(value=true) public void setBoundingBoxFormat(@Cast(value="nvinfer1::BoundingBoxFormat") int fmt)
@NoException(value=true) public nvinfer.BoundingBoxFormat getBoundingBoxFormat()
nvinfer.BoundingBoxFormat,
setBoundingBoxFormat()@NoException(value=true) public void setTopKBoxLimit(int _limit)
getTopKBoxLimit()@NoException(value=true) public int getTopKBoxLimit()
setTopKBoxLimit()Copyright © 2024. All rights reserved.