MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / StarRunGraphHandler

Method StarRunGraphHandler

tensorflow/contrib/star/star_worker_service.cc:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void StarWorkerService::StarRunGraphHandler(StarServerTag* tag) {
84 Schedule([this, tag]() {
85 worker_->StarRunGraphAsync(&(tag->star_graph_request_),
86 &(tag->star_graph_response_),
87 [this, tag](const Status& s) {
88 auto step_id = tag->star_graph_request_.step_id_;
89 tag->ProcessDone(s);
90 worker_->Cleanup(step_id);
91 });
92 });
93}
94
95void StarWorkerService::GetStatusHandler(StarServerTag* tag) {
96 Schedule([this, tag]() {

Callers

nothing calls this directly

Calls 3

ProcessDoneMethod · 0.80
StarRunGraphAsyncMethod · 0.45
CleanupMethod · 0.45

Tested by

no test coverage detected