blob: c40d3e5756d99443687615695d4201ed0894b617 [file] [log] [blame]
graph(%a.1 : Tensor
%b : Tensor) {
%2 : int = prim::Constant[value=1]()
%a.2 : Tensor = aten::add_(%a.1, %b, %2)
%a.3 : Tensor = aten::sub_(%a.2, %b, %2)
%a.4 : Tensor = aten::div_(%a.3, %b)
%a : Tensor = aten::mul_(%a.4, %b)
return (%a, %b);
}