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

Method ComputeAsync

tensorflow/compiler/jit/kernels/async_io_ops.cc:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void XlaAsyncOutRecvOp::ComputeAsync(OpKernelContext* ctx, DoneCallback done) {
94 VLOG(2) << "_XlaAsyncOutRecv with key " << key_ << ", hash " << key_hash_;
95 GetXlaAsyncIORendezvous()->RecvAsync(
96 key_hash_, make_recv_callback(ctx, std::move(done)));
97}
98
99// Serves as a helper function to initialize XlaAsyncOutInitOp and
100// XlaAsyncOutDoneOp.

Callers

nothing calls this directly

Calls 3

GetXlaAsyncIORendezvousFunction · 0.85
make_recv_callbackFunction · 0.70
RecvAsyncMethod · 0.45

Tested by

no test coverage detected