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

Method SingleOpQuery

euler/client/query.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 Tensor* GetResult(const std::string& result_name);
52
53 bool SingleOpQuery() {
54 return !op_name_.empty();
55 }
56
57 private:
58 std::shared_ptr<OpKernelContext> ctx_;

Callers 2

RunGremlinMethod · 0.80
RunAsyncGremlinMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected