We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a8a9 commit 077b249Copy full SHA for 077b249
docs/modules/attacks/evasion.rst
@@ -314,6 +314,12 @@ Spatial Transformations Attack
314
:members:
315
:special-members:
316
317
+Steal Now Attack Later Attack
318
+-----------------------------
319
+.. autoclass:: SNAL
320
+ :members:
321
+ :special-members:
322
+
323
Square Attack
324
-------------
325
.. autoclass:: SquareAttack
docs/modules/defences/detector_evasion.rst
@@ -7,6 +7,11 @@ Base Class
7
.. autoclass:: EvasionDetector
8
9
10
+Be Your Own Neighborhood (BEYOND) Detector - PyTorch
11
+----------------------------------------------------
12
+.. autoclass:: BeyondDetectorPyTorch
13
14
15
Binary Input Detector
16
---------------------
17
.. autoclass:: BinaryInputDetector
0 commit comments