Searched refs:add_session_run_call (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 2016 auto add_session_run_call = in TestSessionInterOpThreadsImpl() local 2061 add_session_run_call(tp1, y, kLargePool); in TestSessionInterOpThreadsImpl() 2073 add_session_run_call(tp1, y, kSmallPool); in TestSessionInterOpThreadsImpl() 2080 add_session_run_call(tp1, x, kSmallPool); in TestSessionInterOpThreadsImpl() 2088 add_session_run_call(tp2, x, kLargePool); in TestSessionInterOpThreadsImpl() 2095 add_session_run_call(nullptr, x, kSyncPool); in TestSessionInterOpThreadsImpl()
|