Searched refs:set_op (Results 1 – 2 of 2) sorted by relevance
200 graph->end()->set_op(common->End(graph->end()->InputCount())); in MergeControlToEnd()233 node->set_op(new_op); in ChangeOp()
290 void set_op(const Operator* op) { op_ = op; } in set_op() function