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

Method StarRunGraphAsync

tensorflow/contrib/star_server/tls_worker.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void TLSWorker::StarRunGraphAsync(StarRunGraphRequest* request,
52 StarRunGraphResponse* response,
53 StatusCallback done) {
54 GetImpl()->StarRunGraphAsync(request, response, done);
55}
56
57MutableRunGraphRequestWrapper* TLSWorker::CreateRunGraphRequest() {
58 return GetImpl()->CreateRunGraphRequest();

Callers 1

ComputeAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected