MCPcopy Create free account
hub / github.com/LetheSec/PLG-MI-Attack / forward

Method forward

models/classifiers/evolve.py:12–13  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

10
11class Flatten(Module):
12 def forward(self, input):
13 return input.view(input.size(0), -1)
14
15
16def l2_norm(input, axis=1):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected