Home
last modified time | relevance | path

Searched defs:TensorAndDevice (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc322 struct TensorAndDevice { struct
324 const TensorId tensor;
326 const DeviceAttributes* device;
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc158 Status TensorHandle::TensorAndDevice(const tensorflow::Tensor** tensor, in TensorAndDevice() function in tensorflow::TensorHandle