Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ComputeAsync
Method
ComputeAsync
tensorflow/core/kernels/functional_ops.cc:536–538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
~ForOp() override {}
535
536
void ComputeAsync(OpKernelContext* ctx, DoneCallback done) override {
537
(new State(this, ctx, done))->Start();
538
}
539
540
private:
541
FHandle body_handle_;
Callers
nothing calls this directly
Calls
1
Start
Method · 0.45
Tested by
no test coverage detected