Searched refs:TFE_GetPythonString (Results 1 – 4 of 4) sorted by relevance
132 $1 = const_cast<char*>(TFE_GetPythonString($input));142 $1 = const_cast<char*>(TFE_GetPythonString($input));150 $1 = const_cast<char*>(TFE_GetPythonString($input));157 $1 = const_cast<char*>(TFE_GetPythonString($input));164 $1 = const_cast<char*>(TFE_GetPythonString($input));171 $1 = const_cast<char*>(TFE_GetPythonString($input));178 $1 = const_cast<char*>(TFE_GetPythonString($input));234 TFE_GetPythonString(PyObject_GetAttrString(elem, "name")))
101 const char* TFE_GetPythonString(PyObject* o);
874 const char* TFE_GetPythonString(PyObject* o) { in TFE_GetPythonString() function1747 strcmp(TFE_GetPythonString(unconnected_gradients), "zero") == 0;2090 string c_op_name = TFE_GetPythonString(op_name);2336 TFE_GetPythonString(input_str.get()), " Requested dtype: ",2404 const char* op_name = TFE_GetPythonString(py_op_name);2424 return TFE_GetPythonString(py_device_name);2596 const tensorflow::StringPiece attr_name(TFE_GetPythonString(py_attr_name));2778 " [Op:", TFE_GetPythonString(op_exec_info.op_name), "]")
451 TFE_GetPythonString(value_str.get()), " Requested dtype: ", in EagerTensor_init()