Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_tensor_converter_wrapper.cc88 device_name = TFE_GetPythonString(py_device_name.get()); in MakePythonTensorConverter()
H A Dpython_api_info.cc402 &s, " defaults_tuple=", TFE_GetPythonString(defaults_repr.get()), "\n"); in DebugInfo()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe.h121 const char* TFE_GetPythonString(PyObject* o);
H A Dpywrap_tfe_src.cc1028 tensorflow::StringPiece line_str = TFE_GetPythonString(line_str_obj); in FormatErrorStatusStackTrace()
1110 const char* TFE_GetPythonString(PyObject* o) { in TFE_GetPythonString() function
2873 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), "]"));
H A Dpywrap_tensor.cc183 auto device_name = TFE_GetPythonString(obj); in ConvertDeviceName()
328 absl::StrCat("Cannot convert ", TFE_GetPythonString(value_str.get()), in ConvertToEagerTensorUncached()
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt163 TFE_GetPythonString
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc166 py_tensor_repr ? TFE_GetPythonString(py_tensor_repr.get()) in InputTFE_InputTensorHandles()
175 ? TFE_GetPythonString(py_defined_graph_str.get()) in InputTFE_InputTensorHandles()