Home
last modified time | relevance | path

Searched refs:add_remote_contexts (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc1234 const std::vector<string>& add_remote_contexts, in UpdateRemoteMaster() argument
1260 if (!add_remote_contexts.empty()) { in UpdateRemoteMaster()
1263 std::begin(add_remote_contexts), in UpdateRemoteMaster()
1264 std::end(add_remote_contexts)); in UpdateRemoteMaster()
1293 RegisterExistingFunctionsOnRemoteWorkers(add_remote_contexts)); in UpdateRemoteMaster()
Dcontext.h385 const std::vector<string>& add_remote_contexts,