Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_data.cc99 return tensor_.DeviceSafeDebugString(); in DebugString()
Dtensor_handle.cc255 << " tensor: " << t.DeviceSafeDebugString(); in TensorHandle()
274 << " tensor: " << t.DeviceSafeDebugString(); in TensorHandle()
/external/tensorflow/tensorflow/core/framework/
Dtensor.h601 std::string DeviceSafeDebugString() const;
Dtensor.cc1256 string Tensor::DeviceSafeDebugString() const { in DeviceSafeDebugString() function in tensorflow::Tensor