Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set.h43 DCHECK(client_device_ == nullptr); in set_client_device()
44 client_device_ = device; in set_client_device()
48 Device* client_device() const { return client_device_; } in client_device()
82 Device* client_device_ = nullptr; variable