@Namespace(value="nvinfer1") @Properties(inherit=nvinfer.class) public class Dims4 extends Dims3
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Dims4()
\brief Construct an empty Dims4 object.
|
Dims4(int d0,
int d1,
int d2,
int d3)
\brief Construct a Dims4 from 4 elements.
|
Dims4(long size)
Native array allocator.
|
Dims4(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Dims4 |
getPointer(long i) |
Dims4 |
position(long position) |
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 Dims4(Pointer p)
Pointer(Pointer).public Dims4(long size)
Pointer.position(long).public Dims4()
public Dims4(int d0,
int d1,
int d2,
int d3)
d0 - The first element.d1 - The second element.d2 - The third element.d3 - The fourth element.Copyright © 2024. All rights reserved.