MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / set_op_node

Method set_op_node

oneflow/core/graph/compute_task_node.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
52 // op

Callers 2

GenCompTaskNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected