(self, a, b)
| 93 | |
| 94 | class M2(torch.nn.Module): |
| 95 | def forward(self, a, b): |
| 96 | return a + b |
| 97 | |
| 98 | class TaggingTracer(Tracer): |
| 99 | def create_node(self, kind : str, target : Union[str, Callable], |
nothing calls this directly
no outgoing calls
no test coverage detected