Home
last modified time | relevance | path

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

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