Searched refs:TFE_GetPythonString (Results 1 – 7 of 7) sorted by relevance
88 device_name = TFE_GetPythonString(py_device_name.get()); in MakePythonTensorConverter()
402 &s, " defaults_tuple=", TFE_GetPythonString(defaults_repr.get()), "\n"); in DebugInfo()
121 const char* TFE_GetPythonString(PyObject* o);
1028 tensorflow::StringPiece line_str = TFE_GetPythonString(line_str_obj); in FormatErrorStatusStackTrace()1110 const char* TFE_GetPythonString(PyObject* o) { in TFE_GetPythonString() function2873 strcmp(TFE_GetPythonString(unconnected_gradients), "zero") == 0;3249 string c_op_name = TFE_GetPythonString(op_name);3548 return TFE_GetPythonString(py_device_name);3701 const char* op_name = TFE_GetPythonString(op_exec_info.op_name);3758 const char* attr_name = TFE_GetPythonString(py_attr_name);3948 TFE_GetPythonString(op_exec_info.op_name), "]"));
183 auto device_name = TFE_GetPythonString(obj); in ConvertDeviceName()328 absl::StrCat("Cannot convert ", TFE_GetPythonString(value_str.get()), in ConvertToEagerTensorUncached()
163 TFE_GetPythonString
166 py_tensor_repr ? TFE_GetPythonString(py_tensor_repr.get()) in InputTFE_InputTensorHandles()175 ? TFE_GetPythonString(py_defined_graph_str.get()) in InputTFE_InputTensorHandles()