Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dtf_session.i431 %ignore TF_PRun;
506 %rename(TF_PRun) tensorflow::TF_PRun_wrapper;
508 %unignore TF_PRun;
Dtf_session_helper.cc103 TF_PRun(session, handle, input_names.data(), inputs_unsafe.data(), in TF_Run_wrapper_helper()
Dsession.py1350 return tf_session.TF_PRun(session, handle, feed_dict, fetch_list,
/external/tensorflow/tensorflow/c/
Dc_api.h1453 TF_CAPI_EXPORT extern void TF_PRun(TF_DeprecatedSession*, const char* handle,
Dc_api.cc849 void TF_PRun(TF_DeprecatedSession* s, const char* handle, in TF_PRun() function