Home
last modified time | relevance | path

Searched refs:device_to_host (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c49 struct pipe_context *pipe, int device_to_host);
65 struct pipe_context * pipe, int device_to_host,
195 struct pipe_context * pipe, int device_to_host) in compute_memory_shadow() argument
200 device_to_host); in compute_memory_shadow()
205 compute_memory_transfer(pool, pipe, device_to_host, &chunk, in compute_memory_shadow()
597 int device_to_host, in compute_memory_transfer() argument
613 "offset_in_chunk = %d, size = %d\n", device_to_host, in compute_memory_transfer()
616 if (device_to_host) { in compute_memory_transfer()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dhost_compute_metadata.proto33 // Metadata about each device_to_host transfer
34 repeated HostTransferMetadata device_to_host = 1; field
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc273 group->device_to_host = GetStream(executor, priority); in GetOrCreate()
274 group->device_to_host->Init(); in GetOrCreate()
276 << "] = " << group->device_to_host; in GetOrCreate()
324 if (stream.device_to_host) { in TestOnlyReset()
325 delete stream.device_to_host; in TestOnlyReset()
326 stream.device_to_host = nullptr; in TestOnlyReset()
441 stream_->host_to_device, stream_->device_to_host, in Init()
Dgpu_device.h137 se::Stream* device_to_host = nullptr; member
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc225 Type type, bool device_to_host) { in SetFrontendAttributes() argument
229 device_to_host ? llvm::formatv("{0}_dtoh_{1}", key, index).str() in SetFrontendAttributes()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc161 se::Stream* d2h_stream() { return gpu_->stream_->device_to_host; } in d2h_stream()