Home
last modified time | relevance | path

Searched refs:host_to_device_executor_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinfeed_manager.cc25 if (host_to_device_executor_ == nullptr) { in GetStream()
26 host_to_device_executor_ = executor; in GetStream()
31 if (executor != host_to_device_executor_) { in GetStream()
Dinfeed_manager.h82 se::StreamExecutor* host_to_device_executor_ = nullptr; variable