@Namespace(value="nvcaffeparser1") @Properties(inherit=nvparsers.class) public class IBinaryProtoBlob extends Pointer
\warning Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IBinaryProtoBlob(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Deprecated.
Deprecated in TensorRT 8.0. Superseded by
delete.
\warning Calling destroy on a managed pointer will result in a double-free error. |
Pointer |
getData() |
nvinfer.DataType |
getDataType() |
Dims4 |
getDimensions() |
address, 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 IBinaryProtoBlob(Pointer p)
Pointer(Pointer).@Const @NoException(value=true) public Pointer getData()
@ByVal @NoException(value=true) public Dims4 getDimensions()
@NoException(value=true) public nvinfer.DataType getDataType()
@Deprecated @NoException(value=true) public void destroy()
delete.
\warning Calling destroy on a managed pointer will result in a double-free error.Copyright © 2024. All rights reserved.