Created by: JiayiFeng
If an operator has only one output, the output should be named as Out. However, in the fill_zeros_like_op, we name the only output as Y.
Out
fill_zeros_like_op
Y