Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.h115 struct HostValue { struct
123 std::shared_ptr<HostValue> host_value_; // Protected by the GIL. argument
Dpy_buffer.cc93 std::shared_ptr<HostValue> host_value = std::make_shared<HostValue>(); in CopyToHostAsync()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.h275 struct HostValue { struct
284 std::shared_ptr<HostValue> host_value_ TF_GUARDED_BY(mu_); argument
Dtpu_client.cc284 std::shared_ptr<HostValue> host_value = std::make_shared<HostValue>(); in CopyToHostAsync()
349 std::shared_ptr<HostValue> host_value = host_value_; in ToLiteral()