@Namespace(value="tensorflow") public static class tensorflow.AllocationAttributes extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AllocationAttributes()
Default native constructor.
|
AllocationAttributes(long size)
Native array allocator.
|
AllocationAttributes(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allocation_will_be_logged() |
tensorflow.AllocationAttributes |
allocation_will_be_logged(boolean allocation_will_be_logged) |
boolean |
no_retry_on_failure() |
tensorflow.AllocationAttributes |
no_retry_on_failure(boolean no_retry_on_failure) |
tensorflow.AllocationAttributes |
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 AllocationAttributes()
public AllocationAttributes(long size)
Pointer.position(long).public AllocationAttributes(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.AllocationAttributes position(long position)
public tensorflow.AllocationAttributes no_retry_on_failure(boolean no_retry_on_failure)
public tensorflow.AllocationAttributes allocation_will_be_logged(boolean allocation_will_be_logged)
Copyright © 2019. All rights reserved.