@Properties(inherit=tensorflowlite.class) public class TfLiteDimensionMetadata extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TfLiteDimensionMetadata()
Default native constructor.
|
TfLiteDimensionMetadata(long size)
Native array allocator.
|
TfLiteDimensionMetadata(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
TfLiteIntArray |
array_indices() |
TfLiteDimensionMetadata |
array_indices(TfLiteIntArray setter) |
TfLiteIntArray |
array_segments() |
TfLiteDimensionMetadata |
array_segments(TfLiteIntArray setter) |
int |
dense_size() |
TfLiteDimensionMetadata |
dense_size(int setter) |
int |
format() |
TfLiteDimensionMetadata |
format(int setter) |
TfLiteDimensionMetadata |
getPointer(long i) |
TfLiteDimensionMetadata |
position(long position) |
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, withDeallocator, zero
public TfLiteDimensionMetadata()
public TfLiteDimensionMetadata(long size)
Pointer.position(long)
.public TfLiteDimensionMetadata(Pointer p)
Pointer(Pointer)
.public TfLiteDimensionMetadata position(long position)
public TfLiteDimensionMetadata getPointer(long i)
getPointer
in class Pointer
public TfLiteDimensionMetadata format(int setter)
public int dense_size()
public TfLiteDimensionMetadata dense_size(int setter)
public TfLiteIntArray array_segments()
public TfLiteDimensionMetadata array_segments(TfLiteIntArray setter)
public TfLiteIntArray array_indices()
public TfLiteDimensionMetadata array_indices(TfLiteIntArray setter)
Copyright © 2025. All rights reserved.