Home
last modified time | relevance | path

Searched refs:DEVICE_TO_DEVICE (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.cc39 REGISTER_CSR_COPY(VariantDeviceCopyDirection::DEVICE_TO_DEVICE);
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_variant.cc84 VariantDeviceCopyDirection::DEVICE_TO_DEVICE);
Dtensor_map.cc65 REGISTER_LIST_COPY(VariantDeviceCopyDirection::DEVICE_TO_DEVICE);
Dtensor_list.cc76 REGISTER_LIST_COPY(VariantDeviceCopyDirection::DEVICE_TO_DEVICE);
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc184 return DEVICE_TO_DEVICE; in ClassifyGpuEvent()
227 case DEVICE_TO_DEVICE: in PrintEventType()
379 case DEVICE_TO_DEVICE: in AddDeviceMemoryTransferEvent()
Devent_span.h65 DEVICE_TO_DEVICE = 120, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dchannel_tracker.cc36 if (type != ChannelHandle::DEVICE_TO_DEVICE && in NewChannel()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_stats.cc55 add_event(kDeviceToDevice, {DEVICE_TO_DEVICE, DEVICE_WAIT_DEVICE}); in CreatePodStatsRecord()
Dop_stats_to_pod_stats_test.cc69 type_ps[DEVICE_TO_DEVICE] = kDeviceToDevicePs; in CreateOpStats()
Dop_stats_to_pod_viewer_test.cc70 type_ps[DEVICE_TO_DEVICE] = kDeviceToDevicePs; in CreateOpStats()
Dxplane_to_step_events.cc186 case DEVICE_TO_DEVICE: in ConvertDeviceTraceXLineToStepEvents()
Dop_stats_to_input_pipeline_analysis.cc229 details.set_device_to_device_ms(GetTimeInMs(type_ps, DEVICE_TO_DEVICE) + in ComputeGenericInputPipelineAnalysisResult()
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.cc154 T, VariantDeviceCopyDirection::DEVICE_TO_DEVICE, \
Dvariant_op_registry_test.cc157 VariantDeviceCopyDirection::DEVICE_TO_DEVICE, in TEST()
Dvariant_op_copy_test.cc100 StoredTensorValue, VariantDeviceCopyDirection::DEVICE_TO_DEVICE,
Dvariant_op_registry.h60 DEVICE_TO_DEVICE = 3, enumerator
Ddataset.cc204 REGISTER_OPTIONAL_COPY(VariantDeviceCopyDirection::DEVICE_TO_DEVICE);
/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc177 VariantDeviceCopy(VariantDeviceCopyDirection::DEVICE_TO_DEVICE, v[i], in CopyDeviceToDevice()
328 REGISTER_WRAPPED_TENSOR_COPY(VariantDeviceCopyDirection::DEVICE_TO_DEVICE);
/external/tensorflow/tensorflow/core/kernels/data/
Doptional_ops.cc62 REGISTER_OPTIONAL_COPY(VariantDeviceCopyDirection::DEVICE_TO_DEVICE);
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc505 return CreateChannelHandleByType(ChannelHandle::DEVICE_TO_DEVICE); in CreateChannelHandle()
Dxla_builder.cc3160 if (handle.type() != ChannelHandle::DEVICE_TO_DEVICE) { in SendWithToken()
3213 if (handle.type() != ChannelHandle::DEVICE_TO_DEVICE) { in RecvWithToken()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc571 .value("DEVICE_TO_DEVICE", ChannelHandle::DEVICE_TO_DEVICE) in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto361 DEVICE_TO_DEVICE = 1; enumerator