Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcore.cc67 *status = TensorFromDevice(nullptr, &src); in Resolve()
87 *status = TensorFromDevice(nullptr, &src); in Resolve()
Dtensor_handle.h143 Status TensorFromDevice(const Device* d, const tensorflow::Tensor** t) const;
Dtensor_handle.cc469 Status TensorHandle::TensorFromDevice(const Device* d, in TensorFromDevice() function in tensorflow::TensorHandle