Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ op_node
Method
op_node
oneflow/core/graph/compute_task_node.h:48–48 ·
view source on GitHub ↗
op_node_
Source
from the content-addressed store, hash-verified
46
47
// op_node_
48
const OpNode* op_node() const { return op_node_; }
49
void set_op_node(const OpNode* val) { op_node_ = val; }
50
std::string VisualStr() const override;
51
Callers
4
Compile
Method · 0.80
OpNodeOnEdge
Function · 0.80
SelectTaskNodeByRank
Method · 0.80
ToProto
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected