Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc247 op_device_(op_device), in TensorHandle()
263 op_device_(op_device), in TensorHandle()
291 op_device_(op_device), in TensorHandle()
356 op_device_(device), in TensorHandle()
383 op_device_(d), in TensorHandle()
407 op_device_(d), in TensorHandle()
872 op_device_ = device; in SetRemoteShapeAndDevice()
Dtensor_handle.h151 Device* op_device() const { return op_device_; } in op_device()
292 tensorflow::Device* op_device_; variable