summaryrefslogtreecommitdiff
path: root/test/expect/TestJit.test_scopes.expect
blob: 05578370f5cfbfae13144f2255b42b06c1eddb3b (plain)
1
2
3
4
5
6
7
8
graph(%0 : Double(1)
      %1 : Double(1)) {
  %2 : Double(1) = aten::add[alpha={1}](%0, %1)
  %3 : Double(1) = aten::mul(%0, %2), scope: Foo
  %4 : Double(1) = aten::tanh(%3), scope: Foo/Bar
  %5 : Double(1) = aten::sigmoid(%4), scope: Foo
  return (%5);
}