@Namespace(value="tensorflow") @NoOffset public static class tensorflow.ProcessFunctionLibraryRuntime extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ProcessFunctionLibraryRuntime(Pointer p)
Pointer cast constructor.
|
ProcessFunctionLibraryRuntime(tensorflow.DeviceMgr device_mgr,
tensorflow.Env env,
int graph_def_version,
tensorflow.FunctionLibraryDefinition lib_def,
tensorflow.OptimizerOptions optimizer_options) |
ProcessFunctionLibraryRuntime(tensorflow.DeviceMgr device_mgr,
tensorflow.Env env,
int graph_def_version,
tensorflow.FunctionLibraryDefinition lib_def,
tensorflow.OptimizerOptions optimizer_options,
Pointer custom_kernel_creator,
tensorflow.ThreadPool thread_pool,
tensorflow.DistributedFunctionLibraryRuntime parent) |
ProcessFunctionLibraryRuntime(tensorflow.DeviceMgr device_mgr,
tensorflow.Env env,
int graph_def_version,
tensorflow.FunctionLibraryDefinition lib_def,
tensorflow.OptimizerOptions optimizer_options,
tensorflow.ThreadPool thread_pool,
tensorflow.DistributedFunctionLibraryRuntime parent) |
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 ProcessFunctionLibraryRuntime(Pointer p)
Pointer.Pointer(Pointer).public ProcessFunctionLibraryRuntime(@Const tensorflow.DeviceMgr device_mgr, tensorflow.Env env, int graph_def_version, @Const tensorflow.FunctionLibraryDefinition lib_def, @Const @ByRef tensorflow.OptimizerOptions optimizer_options, tensorflow.ThreadPool thread_pool, tensorflow.DistributedFunctionLibraryRuntime parent)
public ProcessFunctionLibraryRuntime(@Const tensorflow.DeviceMgr device_mgr, tensorflow.Env env, int graph_def_version, @Const tensorflow.FunctionLibraryDefinition lib_def, @Const @ByRef tensorflow.OptimizerOptions optimizer_options)
public ProcessFunctionLibraryRuntime(@Const tensorflow.DeviceMgr device_mgr, tensorflow.Env env, int graph_def_version, @Const tensorflow.FunctionLibraryDefinition lib_def, @Const @ByRef tensorflow.OptimizerOptions optimizer_options, @ByVal @Cast(value="tensorflow::CustomKernelCreator*") Pointer custom_kernel_creator, tensorflow.ThreadPool thread_pool, tensorflow.DistributedFunctionLibraryRuntime parent)
@ByVal public static tensorflow.Status SendTensors(@StdString BytePointer source_device, @StdString BytePointer target_device, @StdString BytePointer key_prefix, @Cast(value="tensorflow::int64") long src_incarnation, @ByVal tensorflow.TensorVector tensors_to_send, tensorflow.DeviceContext device_context, @StdVector tensorflow.AllocatorAttributes alloc_attrs, tensorflow.Rendezvous rendezvous)
@ByVal public static tensorflow.Status SendTensors(@StdString String source_device, @StdString String target_device, @StdString String key_prefix, @Cast(value="tensorflow::int64") long src_incarnation, @ByVal tensorflow.TensorVector tensors_to_send, tensorflow.DeviceContext device_context, @StdVector tensorflow.AllocatorAttributes alloc_attrs, tensorflow.Rendezvous rendezvous)
public static void ReceiveTensorsAsync(@StdString BytePointer source_device, @StdString BytePointer target_device, @StdString BytePointer key_prefix, @Cast(value="tensorflow::int64") long src_incarnation, @Cast(value="tensorflow::int64") long num_tensors, tensorflow.DeviceContext device_context, @StdVector tensorflow.AllocatorAttributes alloc_attrs, tensorflow.Rendezvous rendezvous, tensorflow.TensorVector received_tensors, @ByVal @Cast(value="tensorflow::StatusCallback*") Pointer done)
public static void ReceiveTensorsAsync(@StdString String source_device, @StdString String target_device, @StdString String key_prefix, @Cast(value="tensorflow::int64") long src_incarnation, @Cast(value="tensorflow::int64") long num_tensors, tensorflow.DeviceContext device_context, @StdVector tensorflow.AllocatorAttributes alloc_attrs, tensorflow.Rendezvous rendezvous, tensorflow.TensorVector received_tensors, @ByVal @Cast(value="tensorflow::StatusCallback*") Pointer done)
@MemberGetter public static byte kDefaultFLRDevice(int i)
@MemberGetter @Cast(value="const char*") public static BytePointer kDefaultFLRDevice()
public tensorflow.FunctionLibraryRuntime GetFLR(@StdString BytePointer device_name)
public tensorflow.FunctionLibraryRuntime GetFLR(@StdString String device_name)
@ByVal public tensorflow.Status GetDeviceIncarnation(@StdString BytePointer device_name, @Cast(value="tensorflow::int64*") LongPointer incarnation)
@ByVal public tensorflow.Status GetDeviceIncarnation(@StdString String device_name, @Cast(value="tensorflow::int64*") LongBuffer incarnation)
@ByVal public tensorflow.Status GetDeviceIncarnation(@StdString BytePointer device_name, @Cast(value="tensorflow::int64*") long... incarnation)
@ByVal public tensorflow.Status GetDeviceIncarnation(@StdString String device_name, @Cast(value="tensorflow::int64*") LongPointer incarnation)
@ByVal public tensorflow.Status GetDeviceIncarnation(@StdString BytePointer device_name, @Cast(value="tensorflow::int64*") LongBuffer incarnation)
@ByVal public tensorflow.Status GetDeviceIncarnation(@StdString String device_name, @Cast(value="tensorflow::int64*") long... incarnation)
@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") public long AddHandle(@StdString BytePointer function_key, @StdString BytePointer device_name, @Cast(value="tensorflow::FunctionLibraryRuntime::LocalHandle") long local_handle)
@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") public long AddHandle(@StdString String function_key, @StdString String device_name, @Cast(value="tensorflow::FunctionLibraryRuntime::LocalHandle") long local_handle)
@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") public long GetHandle(@StdString BytePointer function_key)
@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") public long GetHandle(@StdString String function_key)
@Cast(value="tensorflow::FunctionLibraryRuntime::LocalHandle") public long GetHandleOnDevice(@StdString BytePointer device_name, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
@Cast(value="tensorflow::FunctionLibraryRuntime::LocalHandle") public long GetHandleOnDevice(@StdString String device_name, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
@Cast(value="bool") public boolean IsInstantiatedOnDevice(@StdString BytePointer device_name, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
@Cast(value="bool") public boolean IsInstantiatedOnDevice(@StdString String device_name, @Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long 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*") 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 ReleaseHandle(@Cast(value="tensorflow::FunctionLibraryRuntime::Handle") long handle)
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)
Copyright © 2019. All rights reserved.