@Name(value="std::vector<std::pair<TfLiteNode,TfLiteRegistration> >") @Properties(inherit=tensorflowlite.class) public class RegistrationNodePairVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RegistrationNodePairVector() |
RegistrationNodePairVector(long n) |
RegistrationNodePairVector(Pointer p)
Pointer cast constructor.
|
RegistrationNodePairVector(TfLiteNode[] firstValue,
TfLiteRegistration[] secondValue) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
empty() |
TfLiteNode |
first(long i) |
RegistrationNodePairVector |
first(long i,
TfLiteNode first) |
RegistrationNodePairVector |
put(RegistrationNodePairVector x) |
RegistrationNodePairVector |
put(TfLiteNode[] firstValue,
TfLiteRegistration[] secondValue) |
void |
resize(long n) |
TfLiteRegistration |
second(long i) |
RegistrationNodePairVector |
second(long i,
TfLiteRegistration second) |
long |
size() |
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 RegistrationNodePairVector(Pointer p)
Pointer(Pointer)
.public RegistrationNodePairVector(TfLiteNode[] firstValue, TfLiteRegistration[] secondValue)
public RegistrationNodePairVector()
public RegistrationNodePairVector(long n)
@Name(value="operator =") @ByRef public RegistrationNodePairVector put(@ByRef @StdMove RegistrationNodePairVector x)
public boolean empty()
public long size()
public void clear()
public RegistrationNodePairVector first(@Cast(value="size_t") long i, TfLiteNode first)
public RegistrationNodePairVector second(@Cast(value="size_t") long i, TfLiteRegistration second)
public RegistrationNodePairVector put(TfLiteNode[] firstValue, TfLiteRegistration[] secondValue)
Copyright © 2025. All rights reserved.