Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc401 return GetPyObject(&GetData()->device_name); in get_device_name()
408 return GetPyObject(&GetData()->scope_name); in get_scope_name()
413 return GetPyObject(&GetData()->device_spec); in get_device_spec()
420 return GetPyObject(&GetData()->function_call_options); in get_function_call_options()
426 py::handle get_executor() const { return GetPyObject(&GetData()->executor); } in get_executor()
430 return GetPyObject(&GetData()->op_callbacks); in get_op_callbacks()
446 py::handle GetPyObject(tensorflow::Safe_PyObjectPtr* obj) const { in GetPyObject() function in __anonaa2eb7e00311::EagerContextThreadLocalDataWrapper