blob: 3daa3484c6e442e85d072bb03b962576d6e0ca04 [file] [log] [blame]
graph(%0 : Double(2, 2)) {
%1 : float = prim::Constant[value=0.6](), scope: Dropout
%2 : int = prim::Constant[value=1](), scope: Dropout
%3 : Double(2, 2) = aten::dropout(%0, %1, %2), scope: Dropout
return (%3);
}