Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_helper.h38 typedef tensorflow::gtl::InlinedVector<PyObject*, 8> PyObjectVector; typedef
63 PyObjectVector* out_values, TF_Buffer* run_outputs);
76 PyObjectVector* out_values,
80 PyObject* feed_values, PyObjectVector* out_values,
116 TF_Status* out_status, PyObjectVector* out_values);
H A Dtf_session_helper.cc64 TF_Status* out_status, PyObjectVector* out_values, in TF_Run_wrapper_helper()
168 PyObjectVector* out_values, TF_Buffer* run_outputs) { in TF_Run_wrapper()
211 PyObjectVector* out_values, TF_Buffer* run_metadata) { in RunCallableHelper()
289 PyObjectVector* out_values, in TF_DeprecatedSessionRunCallable()
297 PyObject* feed_values, PyObjectVector* out_values, in TF_SessionRunCallable()
334 TF_Status* out_status, PyObjectVector* out_values) { in TF_PRun_wrapper()
H A Dtf_session_wrapper.cc540 tensorflow::PyObjectVector out_values; in PYBIND11_MODULE()