blob: 7af0c9fe219d8cddfe9b79f52ea32aeb6ff4399d [file] [log] [blame]
graph(%a : Double(3, 1, 5)
%b : Double(4, 1, 8, 5)) {
%2 : int = prim::Constant[value=1]()
%3 : Double(4, 3, 8, 5) = aten::add(%a, %b, %2)
return (%3);
}