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

  /external/tensorflow/tensorflow/core/distributed_runtime/
master.h 79 std::unordered_map<string, MasterSession*> sessions_ GUARDED_BY(mu_);
98 // on the returned MasterSession if not null.
99 MasterSession* FindMasterSession(const string& handle);
master_env.h 32 class MasterSession;
80 // `MasterSession`, which may not be null. Ownership of the
82 std::function<MasterSession*(
master_session.h 42 class MasterSession : public core::RefCounted {
50 MasterSession(
57 // Initialize the MasterSession for "def". Must be called before Extend(),
195 virtual ~MasterSession();
227 TF_DISALLOW_COPY_AND_ASSIGN(MasterSession);
master_session.cc 58 // MasterSession wraps ClientGraph in a reference counted object.
59 // This way, MasterSession can clear up the cache mapping Run requests to
63 class MasterSession::ReffedClientGraph : public core::RefCounted {
279 Status MasterSession::ReffedClientGraph::RegisterPartitions(
324 void MasterSession::ReffedClientGraph::TrackFeedsAndFetches(
362 Status MasterSession::ReffedClientGraph::DoBuildPartitions(
378 Status MasterSession::ReffedClientGraph::DoRegisterPartitions(
493 Status MasterSession::ReffedClientGraph::RunPartitions(
722 void MasterSession::ReffedClientGraph::CleanupPartitionsAsync(
736 void MasterSession::ReffedClientGraph::ProcessStats(int64 step_id
    [all...]
master.cc 119 MasterSession* Master::FindMasterSession(const string& handle) {
120 MasterSession* session = nullptr;
420 MasterSession* session = env_->master_session_factory(
497 MasterSession* session = nullptr;
591 std::vector<MasterSession*> sessions_to_close;
606 for (MasterSession* session : sessions_to_close) {
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.cc 227 return new MasterSession(options, env, std::move(remote_devs),

Completed in 168 milliseconds