Commit 4dcb3a6
committed
[new release] caisar (4.0)
CHANGES:
- [nir] Add support for Double datatype for ONNX.
- [nir] Add quantized operators support for ONNX. This allows parsing and
specifying properties on quantized networks within CAISAR.
- [api] Offers serialization of CAISAR to verification and configuration
queries. It is now possible to call CAISAR using JSON values and collect
CAISAR outputs from the outside. This lays the foundations for developping
APIs in different languages, or to call CAISAR remotely.
- [interpretation] Add supports computing substractions of same-length
vectors.
- [interpretation] Add better handling of vectorization. This allows for writing more compact specifications.
- [interpretation] Add support for computing the length of a vector which
was computed on the application of a neural network.
- [prover] Add support for timeouts in nnenum.
- [svm] Allows fully transforming Support Vector Machines as a NIR, allowing to
leverage the full range of CAISAR supported provers to verify specifications
with SVMs.
- [doc] Updating documentation with examples on checking a property on SVMs.1 parent 2c7fa9d commit 4dcb3a6
1 file changed
+65
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments