MCPcopy Create free account
hub / github.com/alibaba/euler / Compute

Method Compute

euler/core/framework/executor_test.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 explicit SimpleOp(const std::string &message) : message_(message) { }
32
33 void Compute(OpKernelContext* ctx, Callback done) {
34 LOG(INFO) << message_;
35 done(0);
36 }
37
38 private:
39 std::string message_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected