Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.h38 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);
Dtf_session_helper.cc63 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()
Dtf_session.i295 %typemap(in, numinputs=0) tensorflow::PyObjectVector* out_values (
296 tensorflow::PyObjectVector temp) {
307 %typemap(argout) tensorflow::PyObjectVector* out_values {