@Namespace(value="nvinfer1::plugin") @Properties(inherit=nvinfer_plugin.class) public class GridAnchorParameters extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
GridAnchorParameters()
Default native constructor.
|
GridAnchorParameters(long size)
Native array allocator.
|
GridAnchorParameters(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
aspectRatios() |
GridAnchorParameters |
aspectRatios(FloatPointer setter) |
GridAnchorParameters |
getPointer(long i) |
int |
H() |
GridAnchorParameters |
H(int setter) |
float |
maxSize() |
GridAnchorParameters |
maxSize(float setter) |
float |
minSize() |
GridAnchorParameters |
minSize(float setter) |
int |
numAspectRatios() |
GridAnchorParameters |
numAspectRatios(int setter) |
GridAnchorParameters |
position(long position) |
FloatPointer |
variance() |
float |
variance(int i) |
GridAnchorParameters |
variance(int i,
float setter) |
int |
W() |
GridAnchorParameters |
W(int setter) |
address, 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 GridAnchorParameters()
public GridAnchorParameters(long size)
Pointer.position(long).public GridAnchorParameters(Pointer p)
Pointer(Pointer).public GridAnchorParameters position(long position)
public GridAnchorParameters getPointer(long i)
getPointer in class Pointerpublic float minSize()
public GridAnchorParameters minSize(float setter)
public float maxSize()
public GridAnchorParameters maxSize(float setter)
public FloatPointer aspectRatios()
public GridAnchorParameters aspectRatios(FloatPointer setter)
public int numAspectRatios()
public GridAnchorParameters numAspectRatios(int setter)
public int H()
public GridAnchorParameters H(int setter)
public int W()
public GridAnchorParameters W(int setter)
public float variance(int i)
public GridAnchorParameters variance(int i, float setter)
@MemberGetter public FloatPointer variance()
Copyright © 2024. All rights reserved.