• Y
    Fix Leaf Ops in Graph · 27533b64
    Yu Yang 提交于
    All leaves must be variables. When all variables are ready, the
    execution will be completed. If a operator has no output, the `Op::Run`
    might not be started when the execution of graph has been complete.
    27533b64
ssa_graph_builder.h 2.1 KB