blob: bfa7408b6be17c348c6caee28bc2433ca6f4857a [file] [log] [blame]
graph(%0 : Double(1)
%1 : Double(1)) {
%2 : int = prim::Constant[value=1]()
%3 : Double(1) = aten::add(%0, %1, %2)
%4 : Double(1) = aten::mul(%0, %3)
%5 : Double(1) = aten::tanh(%4)
%6 : Double(1) = aten::sigmoid(%5)
return (%6);
}