| graph(%0 : Double(2) | |
| %1 : Double(2)) { | |
| %2 : int = prim::Constant[value=1]() | |
| %3 : Double(2) = aten::add(%0, %1, %2) | |
| %4 : Double(2) = aten::mul(%3, %3) | |
| %5 : Double(2) = aten::mul(%4, %3) | |
| %6 : Double(2) = aten::tanh(%5) | |
| %7 : Double(2) = aten::add(%6, %6, %2) | |
| %8 : Double(2) = aten::add(%5, %7, %2) | |
| return (%8); | |
| } |