@Namespace(value="tensorflow") @Properties(inherit=tensorflow.class) public class FunctionLibraryRuntime extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
FunctionLibraryRuntime.InstantiateOptions |
static class |
FunctionLibraryRuntime.Options |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FunctionLibraryRuntime(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FunctionLibraryRuntime(Pointer p)
Pointer(Pointer)
.@ByVal public Status Instantiate(@StdString BytePointer function_name, @ByVal AttrSlice attrs, @Const @ByRef FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public Status Instantiate(@StdString String function_name, @ByVal AttrSlice attrs, @Const @ByRef FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public Status Instantiate(@StdString BytePointer function_name, @ByVal AttrSlice attrs, @Const @ByRef FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public Status Instantiate(@StdString String function_name, @ByVal AttrSlice attrs, @Const @ByRef FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public Status Instantiate(@StdString BytePointer function_name, @ByVal AttrSlice attrs, @Const @ByRef FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public Status Instantiate(@StdString String function_name, @ByVal AttrSlice attrs, @Const @ByRef FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public Status Instantiate(@StdString BytePointer function_name, @ByVal AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public Status Instantiate(@StdString String function_name, @ByVal AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public Status Instantiate(@StdString BytePointer function_name, @ByVal AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public Status Instantiate(@StdString String function_name, @ByVal AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public Status Instantiate(@StdString BytePointer function_name, @ByVal AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public Status Instantiate(@StdString String function_name, @ByVal AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public Status ReleaseHandle(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
@Const public FunctionBody GetFunctionBody(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long h)
@ByVal public Status GetRetTypes(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long h, DataTypeVector ret_types)
public void Run(@Const @ByRef FunctionLibraryRuntime.Options opts, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle, @ByVal TensorVector args, TensorVector rets, @ByVal @Cast(value="tensorflow::FunctionLibraryRuntime::DoneCallback*") Pointer done)
public void Run(@Const @ByRef FunctionLibraryRuntime.Options opts, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle, CallFrameInterface call_frame, @ByVal @Cast(value="tensorflow::FunctionLibraryRuntime::DoneCallback*") Pointer done)
@ByVal public Status CreateKernel(@Const @ByRef NodeDef ndef, @Cast(value="tensorflow::OpKernel**") PointerPointer kernel)
@ByVal public Status CreateKernel(@Const @ByRef NodeDef ndef, @ByPtrPtr OpKernel kernel)
@Cast(value="bool") public boolean IsStateful(@StdString BytePointer function_name)
@Cast(value="bool") public boolean IsStateful(@StdString String function_name)
public Device device()
@Const public FunctionLibraryDefinition GetFunctionLibraryDefinition()
public Env env()
@StdString public BytePointer DebugString(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
public int graph_def_version()
@ByVal public Status Clone(@UniquePtr FunctionLibraryDefinition out_lib_def, @UniquePtr ProcessFunctionLibraryRuntime out_pflr, @Cast(value="tensorflow::FunctionLibraryRuntime**") PointerPointer out_flr, @Cast(value="bool") boolean skip_flib_def)
@ByVal public Status Clone(@UniquePtr FunctionLibraryDefinition out_lib_def, @UniquePtr ProcessFunctionLibraryRuntime out_pflr, @ByPtrPtr FunctionLibraryRuntime out_flr)
@ByVal public Status Clone(@UniquePtr FunctionLibraryDefinition out_lib_def, @UniquePtr ProcessFunctionLibraryRuntime out_pflr, @ByPtrPtr FunctionLibraryRuntime out_flr, @Cast(value="bool") boolean skip_flib_def)
@StdString public static BytePointer ExecutorType(@Const @ByRef FunctionLibraryRuntime.InstantiateOptions options, @ByVal AttrSlice attrs)
Copyright © 2022. All rights reserved.