Home
last modified time | relevance | path

Searched refs:DEVICE_TO_HOST (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dchannel_tracker.cc38 type != ChannelHandle::DEVICE_TO_HOST) { in NewChannel()
101 if (channel.type == ChannelHandle::DEVICE_TO_HOST) { in RegisterRecvInternal()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.cc38 REGISTER_CSR_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc182 return DEVICE_TO_HOST; in ClassifyGpuEvent()
229 case DEVICE_TO_HOST: in PrintEventType()
376 case DEVICE_TO_HOST: in AddDeviceMemoryTransferEvent()
Devent_span.h67 DEVICE_TO_HOST = 130, enumerator
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_variant.cc82 REGISTER_RAGGED_TENSOR_VARIANT_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
Dtensor_map.cc64 REGISTER_LIST_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
Dtensor_list.cc75 REGISTER_LIST_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_pod_stats.cc60 add_event(kOutput, {DEVICE_TO_HOST}); in CreatePodStatsRecord()
Dop_stats_to_pod_stats_test.cc70 type_ps[DEVICE_TO_HOST] = kDeviceToHostPs; in CreateOpStats()
Dop_stats_to_pod_viewer_test.cc71 type_ps[DEVICE_TO_HOST] = kDeviceToHostPs; in CreateOpStats()
Dxplane_to_step_events.cc187 case DEVICE_TO_HOST: { in ConvertDeviceTraceXLineToStepEvents()
Dop_stats_to_input_pipeline_analysis.cc226 details.set_output_ms(GetTimeInMs(type_ps, DEVICE_TO_HOST)); in ComputeGenericInputPipelineAnalysisResult()
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.cc151 T, VariantDeviceCopyDirection::DEVICE_TO_HOST, \
Dvariant_op_copy_test.cc96 StoredTensorValue, VariantDeviceCopyDirection::DEVICE_TO_HOST,
Dvariant_op_registry.h59 DEVICE_TO_HOST = 2, enumerator
Ddataset.cc203 REGISTER_OPTIONAL_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.cc327 REGISTER_WRAPPED_TENSOR_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
380 VariantDeviceCopyDirection::DEVICE_TO_HOST, v[i], &v_out[i], copier); in CopyDeviceToHost()
/external/tensorflow/tensorflow/core/kernels/data/
Doptional_ops.cc61 REGISTER_OPTIONAL_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_executable_info.proto70 DEVICE_TO_HOST = 1; enumerator
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc513 return CreateChannelHandleByType(ChannelHandle::DEVICE_TO_HOST); in CreateDeviceToHostChannelHandle()
Dxla_builder.cc3258 if (handle.type() != ChannelHandle::DEVICE_TO_HOST) { in SendToHost()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc572 .value("DEVICE_TO_HOST", ChannelHandle::DEVICE_TO_HOST) in BuildXlaCompilerSubmodule()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp415 enum DataDirection { HOST_TO_DEVICE, DEVICE_TO_HOST }; enumerator
1252 createDataTransfer(UserStmt, DEVICE_TO_HOST); in createUser()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto365 DEVICE_TO_HOST = 2; enumerator