Searched refs:PyObjectVector (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.h | 38 typedef tensorflow::gtl::InlinedVector<PyObject*, 8> PyObjectVector; typedef 63 PyObjectVector* out_values, TF_Buffer* run_outputs); 78 PyObjectVector* out_values, 82 PyObjectVector* out_values, TF_Buffer* run_metadata); 117 TF_Status* out_status, PyObjectVector* out_values);
|
D | tf_session_helper.cc | 63 TF_Status* out_status, PyObjectVector* out_values, in TF_Run_wrapper_helper() 166 PyObjectVector* out_values, TF_Buffer* run_outputs) { in TF_Run_wrapper() 212 PyObjectVector* out_values, TF_Buffer* run_metadata) { in RunCallableHelper() 295 PyObjectVector* out_values, in TF_DeprecatedSessionRunCallable() 303 PyObjectVector* out_values, in TF_SessionRunCallable() 343 TF_Status* out_status, PyObjectVector* out_values) { in TF_PRun_wrapper()
|
D | tf_session.i | 295 %typemap(in, numinputs=0) tensorflow::PyObjectVector* out_values ( 296 tensorflow::PyObjectVector temp) { 307 %typemap(argout) tensorflow::PyObjectVector* out_values {
|