Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc513 SetPyObject(v, &GetData()->device_name); in set_device_name()
519 void set_scope_name(py::handle v) { SetPyObject(v, &GetData()->scope_name); } in set_scope_name()
525 SetPyObject(v, &GetData()->device_spec); in set_device_spec()
532 SetPyObject(v, &GetData()->function_call_options); in set_function_call_options()
536 void set_executor(py::handle v) { SetPyObject(v, &GetData()->executor); } in set_executor()
542 SetPyObject(v, &GetData()->op_callbacks); in set_op_callbacks()
559 void SetPyObject(py::handle value, tensorflow::Safe_PyObjectPtr* ptr) { in SetPyObject() function in __anona01327af0411::EagerContextThreadLocalDataWrapper