Class TF_TString
java.lang.Object
org.bytedeco.javacpp.Pointer
org.tensorflow.internal.c_api.TF_TString
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault native constructor.TF_TString(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetPointer(long i) position(long position) u_large()u_large(TF_TString_Large setter) u_offset()u_offset(TF_TString_Offset setter) u_raw()u_raw(TF_TString_Raw setter) u_smll()u_smll(TF_TString_Small setter) u_view()u_view(TF_TString_View setter) Methods inherited from class Pointer
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
-
Constructor Details
-
TF_TString
public TF_TString()Default native constructor. -
TF_TString
public TF_TString(long size) Native array allocator. Access withPointer.position(long). -
TF_TString
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
u_smll
-
u_smll
-
u_large
-
u_large
-
u_offset
-
u_offset
-
u_view
-
u_view
-
u_raw
-
u_raw
-