Home
last modified time | relevance | path

Searched refs:master_incarnation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.h67 bool isolate_session_state, string master_task, int64 master_incarnation);
126 const int64 master_incarnation; member
Dsession_mgr.cc74 bool isolate_session_state, string master_task, int64 master_incarnation) { in CreateSession() argument
87 it_range.first->second.master_incarnation != master_incarnation) { in CreateSession()
180 MasterAssociatedSession s{master_incarnation, session}; in CreateSession()
Dworker.cc57 request->master_task(), request->master_incarnation()); in CreateWorkerSessionAsync()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto83 int64 master_incarnation = 6; field