static void |
tensorflow.ProcessFunctionLibraryRuntime.ReceiveTensorsAsync(BytePointer source_device,
BytePointer target_device,
BytePointer key_prefix,
long src_incarnation,
long num_tensors,
tensorflow.DeviceContext device_context,
tensorflow.AllocatorAttributes alloc_attrs,
tensorflow.Rendezvous rendezvous,
tensorflow.TensorVector received_tensors,
Pointer done) |
static void |
tensorflow.ProcessFunctionLibraryRuntime.ReceiveTensorsAsync(String source_device,
String target_device,
String key_prefix,
long src_incarnation,
long num_tensors,
tensorflow.DeviceContext device_context,
tensorflow.AllocatorAttributes alloc_attrs,
tensorflow.Rendezvous rendezvous,
tensorflow.TensorVector received_tensors,
Pointer done) |
tensorflow.OpKernelContext.Params |
tensorflow.OpKernelContext.Params.rendezvous(tensorflow.Rendezvous rendezvous) |
tensorflow.FunctionLibraryRuntime.Options |
tensorflow.FunctionLibraryRuntime.Options.rendezvous(tensorflow.Rendezvous rendezvous) |
static tensorflow.Status |
tensorflow.ProcessFunctionLibraryRuntime.SendTensors(BytePointer source_device,
BytePointer target_device,
BytePointer key_prefix,
long src_incarnation,
tensorflow.TensorVector tensors_to_send,
tensorflow.DeviceContext device_context,
tensorflow.AllocatorAttributes alloc_attrs,
tensorflow.Rendezvous rendezvous) |
static tensorflow.Status |
tensorflow.ProcessFunctionLibraryRuntime.SendTensors(String source_device,
String target_device,
String key_prefix,
long src_incarnation,
tensorflow.TensorVector tensors_to_send,
tensorflow.DeviceContext device_context,
tensorflow.AllocatorAttributes alloc_attrs,
tensorflow.Rendezvous rendezvous) |