Searched refs:GetPyObject (Results 1 – 1 of 1) sorted by relevance
510 return GetPyObject(&GetData()->device_name); in get_device_name()517 return GetPyObject(&GetData()->scope_name); in get_scope_name()522 return GetPyObject(&GetData()->device_spec); in get_device_spec()529 return GetPyObject(&GetData()->function_call_options); in get_function_call_options()535 py::handle get_executor() const { return GetPyObject(&GetData()->executor); } in get_executor()539 return GetPyObject(&GetData()->op_callbacks); in get_op_callbacks()555 py::object GetPyObject(tensorflow::Safe_PyObjectPtr* obj) const { in GetPyObject() function in __anona01327af0411::EagerContextThreadLocalDataWrapper