Searched refs:PyObjectVector (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | tf_session_helper.h | 38 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 D | tf_session_helper.cc | 64 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 D | tf_session_wrapper.cc | 540 tensorflow::PyObjectVector out_values; in PYBIND11_MODULE()
|