blob: 782d216b15c4a4eadab8b95073756af8da602794 [file] [log] [blame]
graph(%x : Tensor
%a : Tensor
%b : Tensor
%c : Tensor) {
%4 : int = prim::Constant[value=1]()
%5 : Tensor = aten::add(%x, %a, %4)
%6 : Tensor = aten::add(%5, %b, %4)
%7 : Tensor = aten::add(%6, %c, %4)
return (%7);
}