Home
last modified time | relevance | path

Searched refs:DEVICE_TO_HOST (Results 1 – 11 of 11) 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/common_runtime/
Dcopy_tensor.cc165 VariantDeviceCopyDirection::DEVICE_TO_HOST, v[i], &v_out[i], copier); in CopyDeviceToHost()
383 REGISTER_WRAPPED_TENSOR_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
/external/tensorflow/tensorflow/core/kernels/data/
Doptional_ops.cc58 REGISTER_OPTIONAL_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.cc146 T, VariantDeviceCopyDirection::DEVICE_TO_HOST, \
Dvariant_op_copy_test.cc96 StoredTensorValue, VariantDeviceCopyDirection::DEVICE_TO_HOST,
Ddataset.cc180 REGISTER_OPTIONAL_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
Dvariant_op_registry.h55 DEVICE_TO_HOST = 2, enumerator
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc513 return CreateChannelHandleByType(ChannelHandle::DEVICE_TO_HOST); in CreateDeviceToHostChannelHandle()
Dxla_builder.cc2426 if (handle.type() != ChannelHandle::DEVICE_TO_HOST) { in SendToHost()
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc95 REGISTER_LIST_COPY(VariantDeviceCopyDirection::DEVICE_TO_HOST);
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto330 DEVICE_TO_HOST = 2; enumerator