Searched refs:host_to_device (Results 1 – 4 of 4) sorted by relevance
36 // Metadata about each host_to_device transfer37 repeated HostTransferMetadata host_to_device = 2; field
268 group->host_to_device = GetStream(executor, priority); in GetOrCreate()269 group->host_to_device->Init(); in GetOrCreate()271 << "] = " << group->host_to_device; in GetOrCreate()320 if (stream.host_to_device) { in TestOnlyReset()321 delete stream.host_to_device; in TestOnlyReset()322 stream.host_to_device = nullptr; in TestOnlyReset()441 stream_->host_to_device, stream_->device_to_host, in Init()
136 se::Stream* host_to_device = nullptr; member
160 se::Stream* h2d_stream() { return gpu_->stream_->host_to_device; } in h2d_stream()