Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Drocm_solvers.h111 : context_(context), debug_info_(debug_info), on_host_(on_host) {
145 bool on_host() const { return on_host_; }
153 const bool on_host_;
Dcuda_solvers.h388 : context_(context), debug_info_(debug_info), on_host_(on_host) {
422 bool on_host() const { return on_host_; }
430 const bool on_host_;
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc29 on_host_ = false; in Clear()
48 on_host_ = true; in InitAlloc()
56 if (on_host_) { in InitFrom()
83 if (!on_host_) { in ParseFrom()
Dtensor_coding.h100 bool on_host_ = false; variable