@Namespace(value="tensorflow") @NoOffset public static class tensorflow.AllocatorStats extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AllocatorStats() |
AllocatorStats(long size)
Native array allocator.
|
AllocatorStats(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
bytes_in_use() |
tensorflow.AllocatorStats |
bytes_in_use(long bytes_in_use) |
long |
bytes_limit() |
tensorflow.AllocatorStats |
bytes_limit(long bytes_limit) |
void |
Clear() |
BytePointer |
DebugString() |
long |
max_alloc_size() |
tensorflow.AllocatorStats |
max_alloc_size(long max_alloc_size) |
long |
max_bytes_in_use() |
tensorflow.AllocatorStats |
max_bytes_in_use(long max_bytes_in_use) |
long |
num_allocs() |
tensorflow.AllocatorStats |
num_allocs(long num_allocs) |
tensorflow.AllocatorStats |
position(long position) |
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 AllocatorStats(Pointer p)
Pointer.Pointer(Pointer).public AllocatorStats(long size)
Pointer.position(long).public AllocatorStats()
public tensorflow.AllocatorStats position(long position)
public tensorflow.AllocatorStats num_allocs(long num_allocs)
public tensorflow.AllocatorStats bytes_in_use(long bytes_in_use)
public tensorflow.AllocatorStats max_bytes_in_use(long max_bytes_in_use)
public tensorflow.AllocatorStats max_alloc_size(long max_alloc_size)
public tensorflow.AllocatorStats bytes_limit(long bytes_limit)
public void Clear()
@StdString public BytePointer DebugString()
Copyright © 2019. All rights reserved.