Files
ezkl/examples/default_run_args.json
dante f448150905 feat: integrate accumulated args into graph (#174)
* feat: accum pow

* feat: accum pack

* feat: pairwise rescaled ops

* fix examples

* feat: integrate accumulated args into graph

* rm max rotations argument

* update readme

* feat: reuse base gate config

* matmul relu benches

* nil rotation lookup and range

* Update rust.yml

* clippy cleanup

* doc strings

* rm init dot

* fix doc tests

* single lookup as default

* Update integration_tests.rs

* Update rust.yml

* split SRS generation 20/23
2023-03-24 21:14:07 -04:00

10 lines
185 B
JSON

{
"tolerance": 0,
"scale": 7,
"bits": 11,
"logrows": 17,
"public_inputs": false,
"public_outputs": true,
"public_params": false,
"single_lookup": false
}