Write computation graph to file

This commit is contained in:
Philipp Moritz
2016-06-27 12:20:30 -07:00
parent fb6c74ecab
commit 7af0f1b221
13 changed files with 96 additions and 41 deletions
+1
View File
@@ -494,6 +494,7 @@ void SchedulerService::get_info(const SchedulerInfoRequest& request, SchedulerIn
for (const WorkerId& entry : avail_workers_) {
reply->add_avail_worker(entry);
}
computation_graph_.to_protobuf(reply->mutable_computation_graph());
release_all_locks();
}