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

Method RecvTensorAsync

tensorflow/contrib/star_server/tls_worker.cc:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void TLSWorker::RecvTensorAsync(CallOptions* opts,
78 const RecvTensorRequest* request,
79 StarTensorResponse* response,
80 StatusCallback done) {
81 GetImpl()->RecvTensorAsync(opts, request, response, done);
82}
83
84void TLSWorker::FuseRecvTensorAsync(CallOptions* opts,
85 const FuseRecvTensorRequest* request,

Callers 3

StartRTCallMethod · 0.45
StartMethod · 0.45
RecvTensorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected