@Namespace(value="google::protobuf") @NoOffset public static class tensorflow.Arena extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.Arena.Destruct_Pointer |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static long |
kBlockOverhead |
| Constructor and Description |
|---|
Arena() |
Arena(long size)
Native array allocator.
|
Arena(Pointer p)
Pointer cast constructor.
|
Arena(tensorflow.ArenaOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
Init(tensorflow.ArenaOptions options) |
static long |
kBlockOverhead() |
void |
OwnCustomDestructor(Pointer object,
tensorflow.Arena.Destruct_Pointer destruct) |
tensorflow.Arena |
position(long position) |
long |
Reset() |
long |
SpaceAllocated() |
tensorflow.LongLongPair |
SpaceAllocatedAndUsed()
Deprecated.
|
long |
SpaceUsed() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Arena(Pointer p)
Pointer.Pointer(Pointer).public Arena(long size)
Pointer.position(long).public Arena(@Const @ByRef tensorflow.ArenaOptions options)
public Arena()
public tensorflow.Arena position(long position)
@MemberGetter @Cast(value="const size_t") public static long kBlockOverhead()
public void Init(@Const @ByRef tensorflow.ArenaOptions options)
@Deprecated @ByVal public tensorflow.LongLongPair SpaceAllocatedAndUsed()
public void OwnCustomDestructor(Pointer object, tensorflow.Arena.Destruct_Pointer destruct)
Copyright © 2019. All rights reserved.