blob: 74cbf2a40b780ff747867e4776e28ff63ee3830e [file] [log] [blame]
graph(%0 : UNKNOWN_TYPE
%1 : UNKNOWN_TYPE) {
%2 : Double(1) = add[alpha={1}](%0, %1)
%3 : Double(1) = mul(%0, %2)
%4 : Double(1) = tanh(%3)
%5 : Double(1) = sigmoid(%4)
%6 : UNKNOWN_TYPE = TensorTest[a= 1 1 1 1 [ CPUDoubleTensor{2,2} ]]()
return (%5);
}