Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RunGremlin
Method · 0.80
RunAsyncGremlin
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected