public static class tensorflow.FunctionLibraryRuntime.InstantiateOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
InstantiateOptions()
Default native constructor.
|
InstantiateOptions(long size)
Native array allocator.
|
InstantiateOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
create_kernels_eagerly() |
tensorflow.FunctionLibraryRuntime.InstantiateOptions |
create_kernels_eagerly(boolean create_kernels_eagerly) |
BytePointer |
executor_type() |
tensorflow.FunctionLibraryRuntime.InstantiateOptions |
executor_type(BytePointer executor_type) |
tensorflow.FunctionLibraryDefinition |
overlay_lib() |
tensorflow.FunctionLibraryRuntime.InstantiateOptions |
position(long position) |
BytePointer |
state_handle() |
tensorflow.FunctionLibraryRuntime.InstantiateOptions |
state_handle(BytePointer state_handle) |
BytePointer |
target() |
tensorflow.FunctionLibraryRuntime.InstantiateOptions |
target(BytePointer target) |
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 InstantiateOptions()
public InstantiateOptions(long size)
Pointer.position(long).public InstantiateOptions(Pointer p)
Pointer.Pointer(Pointer).public tensorflow.FunctionLibraryRuntime.InstantiateOptions position(long position)
@StdString public BytePointer target()
public tensorflow.FunctionLibraryRuntime.InstantiateOptions target(BytePointer target)
@MemberGetter @Const public tensorflow.FunctionLibraryDefinition overlay_lib()
@StdString public BytePointer state_handle()
public tensorflow.FunctionLibraryRuntime.InstantiateOptions state_handle(BytePointer state_handle)
@StdString public BytePointer executor_type()
public tensorflow.FunctionLibraryRuntime.InstantiateOptions executor_type(BytePointer executor_type)
public tensorflow.FunctionLibraryRuntime.InstantiateOptions create_kernels_eagerly(boolean create_kernels_eagerly)
Copyright © 2019. All rights reserved.