Searched refs:host_to_device_executor_ (Results 1 – 2 of 2) sorted by relevance
25 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()
82 se::StreamExecutor* host_to_device_executor_ = nullptr; variable