Skip to content
Snippets Groups Projects
Commit 3930ee80 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

[doc] Contextualized warning in ACAS-Xu

parent 5060d2ec
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,9 @@ We can write this as a predicate for clarity:
original authors provide in their
`repository <https://github.com/NeuralNetworkVerification/Marabou/tree/master/resources/properties>`_.
Future release of CAISAR will provide built-in normalization functions to bridge the gap between
requirements and the actual computations.
We must then define the result of the application of ``nn_1_1`` on the inputs.
The built-in function ``@@`` serves this purpose. Its type, ``nn -> vector 'a -> vector 'a``, describes what it does: given a neural network ``nn`` and an input vector ``x``, return the vector that is the result of the application of ``nn`` on ``x``.
Note that thanks to type polymorphism, ``@@`` can be used to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment