@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VEngineInspector extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
VEngineInspector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
getEngineInformation(int format) |
String |
getEngineInformation(nvinfer.LayerInformationFormat format) |
IErrorRecorder |
getErrorRecorder() |
IExecutionContext |
getExecutionContext() |
BytePointer |
getLayerInformation(int layerIndex,
int format) |
String |
getLayerInformation(int layerIndex,
nvinfer.LayerInformationFormat format) |
IEngineInspector |
getPImpl() |
void |
setErrorRecorder(IErrorRecorder recorder) |
boolean |
setExecutionContext(IExecutionContext context) |
getPointer, 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, zero
public VEngineInspector(Pointer p)
Pointer(Pointer)
.@NoException(value=true) public IEngineInspector getPImpl()
@Cast(value="bool") @NoException(value=true) public boolean setExecutionContext(@Const IExecutionContext context)
@Const @NoException(value=true) public IExecutionContext getExecutionContext()
@NoException(value=true) public String getLayerInformation(int layerIndex, nvinfer.LayerInformationFormat format)
@NoException(value=true) @Cast(value="const char*") public BytePointer getLayerInformation(int layerIndex, @Cast(value="nvinfer1::LayerInformationFormat") int format)
@NoException(value=true) public String getEngineInformation(nvinfer.LayerInformationFormat format)
@NoException(value=true) @Cast(value="const char*") public BytePointer getEngineInformation(@Cast(value="nvinfer1::LayerInformationFormat") int format)
@NoException(value=true) public void setErrorRecorder(IErrorRecorder recorder)
@NoException(value=true) public IErrorRecorder getErrorRecorder()
Copyright © 2024. All rights reserved.