tensorflow.Status |
tensorflow.OpKernelContext.allocate_output(BytePointer name,
tensorflow.TensorShape shape,
PointerPointer tensor,
tensorflow.AllocatorAttributes attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_output(BytePointer name,
tensorflow.TensorShape shape,
tensorflow.Tensor tensor,
tensorflow.AllocatorAttributes attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_output(int index,
tensorflow.TensorShape shape,
PointerPointer tensor,
tensorflow.AllocatorAttributes attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_output(int index,
tensorflow.TensorShape shape,
tensorflow.Tensor tensor,
tensorflow.AllocatorAttributes attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_output(String name,
tensorflow.TensorShape shape,
tensorflow.Tensor tensor,
tensorflow.AllocatorAttributes attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_persistent(int type,
tensorflow.TensorShape shape,
tensorflow.PersistentTensor out_persistent,
PointerPointer out_tensor,
tensorflow.AllocatorAttributes attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_persistent(int type,
tensorflow.TensorShape shape,
tensorflow.PersistentTensor out_persistent,
tensorflow.Tensor out_tensor,
tensorflow.AllocatorAttributes attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_temp(int type,
tensorflow.TensorShape shape,
tensorflow.Tensor out_temp,
tensorflow.AllocatorAttributes allocator_attr) |
tensorflow.Status |
tensorflow.OpKernelContext.allocate_temp(int type,
tensorflow.TensorShape shape,
tensorflow.Tensor out_temp,
tensorflow.AllocatorAttributes allocator_attr,
tensorflow.AllocationAttributes allocation_attr) |
tensorflow.FunctionLibraryRuntime.Options |
tensorflow.FunctionLibraryRuntime.Options.args_alloc_attrs(tensorflow.AllocatorAttributes args_alloc_attrs) |
tensorflow.Status |
tensorflow.OpKernelContext.forward_input_or_allocate_temp(int[] candidate_input_indices,
int type,
tensorflow.TensorShape shape,
tensorflow.AllocatorAttributes allocator_attr,
tensorflow.Tensor out_temp) |
tensorflow.Status |
tensorflow.OpKernelContext.forward_input_or_allocate_temp(IntBuffer candidate_input_indices,
int type,
tensorflow.TensorShape shape,
tensorflow.AllocatorAttributes allocator_attr,
tensorflow.Tensor out_temp) |
tensorflow.Status |
tensorflow.OpKernelContext.forward_input_or_allocate_temp(IntPointer candidate_input_indices,
int type,
tensorflow.TensorShape shape,
tensorflow.AllocatorAttributes allocator_attr,
tensorflow.Tensor out_temp) |
tensorflow.Tensor |
tensorflow.OpKernelContext.forward_input(int input_index,
int output_index,
int output_dtype,
tensorflow.TensorShape output_shape,
int output_memory_type,
tensorflow.AllocatorAttributes output_attr) |
tensorflow.Allocator |
tensorflow.DeviceBase.GetAllocator(tensorflow.AllocatorAttributes arg0) |
tensorflow.Allocator |
tensorflow.DeviceBase.GetScopedAllocator(tensorflow.AllocatorAttributes attr,
long step_id) |
tensorflow.Allocator |
tensorflow.DeviceBase.GetStepAllocator(tensorflow.AllocatorAttributes attr,
tensorflow.ResourceMgr arg1) |
boolean |
tensorflow.AllocatorAttributes.IsEqualOrLessRestrictiveThan(tensorflow.AllocatorAttributes other) |
tensorflow.Status |
tensorflow.DeviceBase.MakeTensorFromProto(tensorflow.TensorProto tensor_proto,
tensorflow.AllocatorAttributes alloc_attrs,
tensorflow.Tensor tensor) |
void |
tensorflow.AllocatorAttributes.Merge(tensorflow.AllocatorAttributes other) |
tensorflow.AllocatorAttributesVector |
tensorflow.AllocatorAttributesVector.put(long i,
tensorflow.AllocatorAttributes value) |
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.FunctionLibraryRuntime.Options |
tensorflow.FunctionLibraryRuntime.Options.rets_alloc_attrs(tensorflow.AllocatorAttributes rets_alloc_attrs) |
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) |