Skip to content

Commit fe13ac9

Browse files
committed
update: print
1 parent ab58eff commit fe13ac9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kpipeline/graph.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ namespace kpipeline
294294
{
295295
ss << child_prefix << " [Control: " << VectorToString(node->GetControlInputs()) << "]\n";
296296
}
297+
if (node->IsExclusive())
298+
{
299+
ss << child_prefix << " [IsExclusive]\n";
300+
}
297301
ss << child_prefix << " [Outputs: " << VectorToString(node->GetOutputs()) << "]\n";
298302

299303
// 递归打印后继节点

0 commit comments

Comments
 (0)