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

Method ComputeAsync

tensorflow/core/common_runtime/testlib_ops.cc:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 void ComputeAsync(OpKernelContext* ctx, DoneCallback done) override {
93 ctx->set_output(0, ctx->input(0));
94 ctx->env()->SchedClosureAfter(micros_, done);
95 }
96
97 private:
98 int64 micros_;

Callers

nothing calls this directly

Calls 4

set_outputMethod · 0.45
inputMethod · 0.45
SchedClosureAfterMethod · 0.45
envMethod · 0.45

Tested by

no test coverage detected