Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i132 $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")))
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h101 const char* TFE_GetPythonString(PyObject* o);
Dpywrap_tfe_src.cc874 const char* TFE_GetPythonString(PyObject* o) { in TFE_GetPythonString() function
1747 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), "]")
Dpywrap_tensor.cc451 TFE_GetPythonString(value_str.get()), " Requested dtype: ", in EagerTensor_init()