Skip to content

Commit 9e87fbe

Browse files
committed
rerun windows ci. test=develop
1 parent 6f9904e commit 9e87fbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/fluid/framework/details/graph_print_pass.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class GraphvizOp : public GraphvizNode {
3737
friend std::ostream& operator<<(std::ostream& sout, const GraphvizOp& op) {
3838
sout << "op_" + std::to_string(op.id_) << " [label=\"" << op.node_->Name()
3939
<< "\", shape=rect]" << std::endl;
40-
PADDLE_ENFORCE(op.stream_.rdbuf()->in_avail() != 0,
41-
"No inputs outputs. Please call AddEdge first!");
4240
sout << op.stream_.str();
4341
return sout;
4442
}

0 commit comments

Comments
 (0)