MCPcopy Create free account
hub / github.com/CausalLearning/robust-unlearnable-examples / forward

Method forward

models/densenet.py:67–68  ·  view source on GitHub ↗
(self, input: List[Tensor])

Source from the content-addressed store, hash-verified

65
66 @torch.jit._overload_method # noqa: F811
67 def forward(self, input: List[Tensor]) -> Tensor:
68 pass
69
70 @torch.jit._overload_method # noqa: F811
71 def forward(self, input: Tensor) -> Tensor:

Callers

nothing calls this directly

Calls 3

any_requires_gradMethod · 0.95
bn_functionMethod · 0.95

Tested by

no test coverage detected