MCPcopy Create free account
hub / github.com/NarcissusEx/GuardSplat / forward

Method forward

attack_utils.py:136–137  ·  view source on GitHub ↗
(self, image, attack_type)

Source from the content-addressed store, hash-verified

134 self.JPEGCompress = JPEGCompressAttack(flag)
135
136 def forward(self, image, attack_type):
137 return getattr(self, attack_type)(image)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected