@Name(value="std::vector<tflite::NodeSubset>") @Properties(inherit=tensorflowlite.class) public class NodeSubsetVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
NodeSubsetVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NodeSubsetVector() |
NodeSubsetVector(long n) |
NodeSubsetVector(NodeSubset... array) |
NodeSubsetVector(NodeSubset value) |
NodeSubsetVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
NodeSubset |
back() |
NodeSubsetVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
NodeSubsetVector.Iterator |
end() |
NodeSubsetVector.Iterator |
erase(NodeSubsetVector.Iterator pos) |
NodeSubset |
front() |
NodeSubset[] |
get() |
NodeSubset |
get(long i) |
NodeSubsetVector.Iterator |
insert(NodeSubsetVector.Iterator pos,
NodeSubset value) |
NodeSubset |
pop_back() |
NodeSubsetVector |
push_back(NodeSubset value) |
NodeSubsetVector |
put(long i,
NodeSubset value) |
NodeSubsetVector |
put(NodeSubset... array) |
NodeSubsetVector |
put(NodeSubset value) |
NodeSubsetVector |
put(NodeSubsetVector x) |
void |
resize(long n) |
long |
size() |
String |
toString() |
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, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public NodeSubsetVector(Pointer p)
Pointer(Pointer)
.public NodeSubsetVector(NodeSubset value)
public NodeSubsetVector(NodeSubset... array)
public NodeSubsetVector()
public NodeSubsetVector(long n)
@Name(value="operator =") @ByRef public NodeSubsetVector put(@ByRef NodeSubsetVector x)
public boolean empty()
public long size()
public void clear()
public NodeSubset front()
public NodeSubset back()
public NodeSubsetVector put(@Cast(value="size_t") long i, NodeSubset value)
@ByVal public NodeSubsetVector.Iterator insert(@ByVal NodeSubsetVector.Iterator pos, @ByRef NodeSubset value)
@ByVal public NodeSubsetVector.Iterator erase(@ByVal NodeSubsetVector.Iterator pos)
@ByVal public NodeSubsetVector.Iterator begin()
@ByVal public NodeSubsetVector.Iterator end()
public NodeSubset[] get()
public NodeSubset pop_back()
public NodeSubsetVector push_back(NodeSubset value)
public NodeSubsetVector put(NodeSubset value)
public NodeSubsetVector put(NodeSubset... array)
Copyright © 2025. All rights reserved.