@Name(value="std::vector<std::unique_ptr<TfLiteDelegate,void(*)(TfLiteDelegate*)> >") @Properties(inherit=tensorflowlite.class) public class TfLiteDelegatePtrVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
TfLiteDelegatePtrVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TfLiteDelegatePtrVector() |
TfLiteDelegatePtrVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
TfLiteDelegate |
back() |
TfLiteDelegatePtrVector.Iterator |
begin() |
boolean |
empty() |
TfLiteDelegatePtrVector.Iterator |
end() |
TfLiteDelegate |
front() |
TfLiteDelegate |
get(long i) |
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 TfLiteDelegatePtrVector(Pointer p)
Pointer(Pointer)
.public TfLiteDelegatePtrVector()
public boolean empty()
public long size()
public TfLiteDelegate front()
public TfLiteDelegate back()
@Index(function="at") @UniquePtr(value="TfLiteDelegate,void(*)(TfLiteDelegate*)") public TfLiteDelegate get(@Cast(value="size_t") long i)
@ByVal public TfLiteDelegatePtrVector.Iterator begin()
@ByVal public TfLiteDelegatePtrVector.Iterator end()
Copyright © 2025. All rights reserved.