@Namespace(value="tensorflow") public static class tensorflow.ThreadOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ThreadOptions()
Default native constructor.
|
ThreadOptions(long size)
Native array allocator.
|
ThreadOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
guard_size()
Guard area size to use near thread stacks to use (in bytes)
|
tensorflow.ThreadOptions |
guard_size(long guard_size) |
tensorflow.ThreadOptions |
position(long position) |
long |
stack_size()
Thread stack size to use (in bytes).
|
tensorflow.ThreadOptions |
stack_size(long stack_size) |
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 ThreadOptions()
public ThreadOptions(long size)
Pointer.position(long).public ThreadOptions(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.ThreadOptions position(long position)
public tensorflow.ThreadOptions stack_size(long stack_size)
@Cast(value="size_t") public long guard_size()
public tensorflow.ThreadOptions guard_size(long guard_size)
Copyright © 2019. All rights reserved.