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