HomeSort by relevance Sort by last modified time
    Searched refs:TF_SessionRun_wrapper (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/client/
tf_session_helper.h 122 void TF_SessionRun_wrapper(TF_Session* session, const TF_Buffer* run_options,
session.py     [all...]
tf_session.i 81 %include "tensorflow/python/client/tf_sessionrun_wrapper.i"
145 // See comment for "%noexception TF_SessionRun_wrapper;"
162 // See comment for "%noexception TF_SessionRun_wrapper;"
180 // See comment for "%noexception TF_SessionRun_wrapper;"
200 // See comment for "%noexception TF_SessionRun_wrapper;"
276 // tf_sessionrun_wrapper.i once we get rid of this code for DeprecatedSession.
434 // We use TF_SessionRun_wrapper instead of TF_SessionRun
436 %unignore TF_SessionRun_wrapper;
438 // wrapped method. We disable this behavior for TF_SessionRun_wrapper because it
441 %noexception TF_SessionRun_wrapper;
    [all...]
tf_session_helper.cc 279 void TF_SessionRun_wrapper(TF_Session* session, const TF_Buffer* run_options,

Completed in 75 milliseconds