@Namespace(value="tensorflow") public static class tensorflow.FunctionLibraryRuntime extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.FunctionLibraryRuntime.InstantiateOptions |
static class |
tensorflow.FunctionLibraryRuntime.Options |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FunctionLibraryRuntime(Pointer p)
Pointer.Pointer(Pointer).@ByVal public tensorflow.Status Instantiate(@StdString BytePointer function_name, @ByVal tensorflow.AttrSlice attrs, @Const @ByRef tensorflow.FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public tensorflow.Status Instantiate(@StdString String function_name, @ByVal tensorflow.AttrSlice attrs, @Const @ByRef tensorflow.FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public tensorflow.Status Instantiate(@StdString BytePointer function_name, @ByVal tensorflow.AttrSlice attrs, @Const @ByRef tensorflow.FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public tensorflow.Status Instantiate(@StdString String function_name, @ByVal tensorflow.AttrSlice attrs, @Const @ByRef tensorflow.FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public tensorflow.Status Instantiate(@StdString BytePointer function_name, @ByVal tensorflow.AttrSlice attrs, @Const @ByRef tensorflow.FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public tensorflow.Status Instantiate(@StdString String function_name, @ByVal tensorflow.AttrSlice attrs, @Const @ByRef tensorflow.FunctionLibraryRuntime.InstantiateOptions options, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public tensorflow.Status Instantiate(@StdString BytePointer function_name, @ByVal tensorflow.AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public tensorflow.Status Instantiate(@StdString String function_name, @ByVal tensorflow.AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public tensorflow.Status Instantiate(@StdString BytePointer function_name, @ByVal tensorflow.AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public tensorflow.Status Instantiate(@StdString String function_name, @ByVal tensorflow.AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongPointer handle)
@ByVal public tensorflow.Status Instantiate(@StdString BytePointer function_name, @ByVal tensorflow.AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") LongBuffer handle)
@ByVal public tensorflow.Status Instantiate(@StdString String function_name, @ByVal tensorflow.AttrSlice attrs, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle*") long... handle)
@ByVal public tensorflow.Status ReleaseHandle(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
@Const public tensorflow.FunctionBody GetFunctionBody(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long h)
public void Run(@Const @ByRef tensorflow.FunctionLibraryRuntime.Options opts, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle, @ByVal tensorflow.TensorVector args, tensorflow.TensorVector rets, @ByVal @Cast(value="tensorflow::FunctionLibraryRuntime::DoneCallback*") Pointer done)
public void Run(@Const @ByRef tensorflow.FunctionLibraryRuntime.Options opts, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle, tensorflow.CallFrameInterface call_frame, @ByVal @Cast(value="tensorflow::FunctionLibraryRuntime::DoneCallback*") Pointer done)
@ByVal public tensorflow.Status CreateKernel(@Const @ByRef tensorflow.NodeDef ndef, @Cast(value="tensorflow::OpKernel**") PointerPointer kernel)
@ByVal public tensorflow.Status CreateKernel(@Const @ByRef tensorflow.NodeDef ndef, @ByPtrPtr tensorflow.OpKernel kernel)
@Cast(value="bool") public boolean IsStateful(@StdString BytePointer function_name)
@Cast(value="bool") public boolean IsStateful(@StdString String function_name)
public tensorflow.Device device()
@Const public tensorflow.DeviceMgr device_mgr()
@Const public tensorflow.FunctionLibraryDefinition GetFunctionLibraryDefinition()
public tensorflow.Env env()
@StdString public BytePointer DebugString(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
public int graph_def_version()
@ByVal public tensorflow.Status Clone(@UniquePtr tensorflow.FunctionLibraryDefinition out_lib_def, @UniquePtr tensorflow.ProcessFunctionLibraryRuntime out_pflr, @Cast(value="tensorflow::FunctionLibraryRuntime**") PointerPointer out_flr)
@ByVal public tensorflow.Status Clone(@UniquePtr tensorflow.FunctionLibraryDefinition out_lib_def, @UniquePtr tensorflow.ProcessFunctionLibraryRuntime out_pflr, @ByPtrPtr tensorflow.FunctionLibraryRuntime out_flr)
Copyright © 2019. All rights reserved.