@Namespace(value="tflite") @Properties(inherit=tensorflowlite.class) public class GraphInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
GraphInfo(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
IntPointer |
inputs() |
long |
node_index(long index) |
TfLiteNode |
node(long index) |
long |
num_execution_nodes() |
long |
num_tensors() |
long |
num_total_nodes() |
IntPointer |
outputs() |
TfLiteRegistration |
registration(long index) |
TfLiteTensor |
tensor(long index) |
TfLiteTensor |
tensors() |
IntPointer |
variables() |
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, zero
public GraphInfo(Pointer p)
Pointer(Pointer)
.public TfLiteTensor tensor(@Cast(value="size_t") long index)
public TfLiteTensor tensors()
@Const @ByRef public TfLiteNode node(@Cast(value="size_t") long index)
@Const @ByRef public TfLiteRegistration registration(@Cast(value="size_t") long index)
@StdVector public IntPointer inputs()
@StdVector public IntPointer outputs()
@StdVector public IntPointer variables()
Copyright © 2025. All rights reserved.