@Namespace(value="tflite") @Properties(inherit=tensorflowlite.class) public class NodeSubset extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
kTfNonPartition
enum tflite::NodeSubset::Type
|
static int |
kTfPartition
enum tflite::NodeSubset::Type
|
static int |
kTfUnexplored
enum tflite::NodeSubset::Type
|
| Constructor and Description |
|---|
NodeSubset()
Default native constructor.
|
NodeSubset(long size)
Native array allocator.
|
NodeSubset(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NodeSubset |
getPointer(long i) |
IntPointer |
input_tensors() |
NodeSubset |
input_tensors(IntPointer setter) |
IntPointer |
nodes() |
NodeSubset |
nodes(IntPointer setter) |
IntPointer |
output_tensors() |
NodeSubset |
output_tensors(IntPointer setter) |
NodeSubset |
position(long position) |
int |
type() |
NodeSubset |
type(int setter) |
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, trimMemory, withDeallocator, zeropublic static final int kTfUnexplored
public static final int kTfPartition
public static final int kTfNonPartition
public NodeSubset()
public NodeSubset(long size)
Pointer.position(long).public NodeSubset(Pointer p)
Pointer(Pointer).public NodeSubset position(long position)
public NodeSubset getPointer(long i)
getPointer in class Pointerpublic NodeSubset type(int setter)
@StdVector public IntPointer nodes()
public NodeSubset nodes(IntPointer setter)
@StdVector public IntPointer input_tensors()
public NodeSubset input_tensors(IntPointer setter)
@StdVector public IntPointer output_tensors()
public NodeSubset output_tensors(IntPointer setter)
Copyright © 2026. All rights reserved.