mirror of
https://github.com/zkonduit/ezkl.git
synced 2026-04-25 03:01:17 -04:00
--------- Co-authored-by: DoHoon Kim <59155248+DoHoonKim8@users.noreply.github.com> Co-authored-by: therealyingtong <yingtong.lai@gmail.com> Co-authored-by: DoHoonKim <dohoon1097819@gmail.com>
82 lines
1.7 KiB
JSON
82 lines
1.7 KiB
JSON
{
|
|
"run_args": {
|
|
"tolerance": {
|
|
"val": 0.0,
|
|
"scale": 1.0
|
|
},
|
|
"input_scale": 0,
|
|
"param_scale": 0,
|
|
"scale_rebase_multiplier": 10,
|
|
"lookup_range": [
|
|
0,
|
|
0
|
|
],
|
|
"logrows": 6,
|
|
"num_inner_cols": 2,
|
|
"variables": [
|
|
[
|
|
"batch_size",
|
|
1
|
|
]
|
|
],
|
|
"input_visibility": "Private",
|
|
"output_visibility": "Public",
|
|
"param_visibility": "Private",
|
|
"rebase_frac_zero_constants": false,
|
|
"check_mode": "UNSAFE",
|
|
"commitment": "KZG",
|
|
"decomp_base": 128,
|
|
"decomp_legs": 2,
|
|
"bounded_log_lookup": false,
|
|
"ignore_range_check_inputs_outputs": false,
|
|
"disable_freivalds": false
|
|
},
|
|
"num_rows": 236,
|
|
"total_assignments": 472,
|
|
"total_const_size": 4,
|
|
"total_dynamic_col_size": 0,
|
|
"max_dynamic_input_len": 0,
|
|
"num_dynamic_lookups": 0,
|
|
"einsum_params": {
|
|
"equations": [],
|
|
"total_einsum_col_size": 0
|
|
},
|
|
"num_shuffles": 0,
|
|
"total_shuffle_col_size": 0,
|
|
"model_instance_shapes": [
|
|
[
|
|
1,
|
|
4
|
|
]
|
|
],
|
|
"model_output_scales": [
|
|
0
|
|
],
|
|
"model_input_scales": [
|
|
0
|
|
],
|
|
"module_sizes": {
|
|
"polycommit": [],
|
|
"poseidon": [
|
|
0,
|
|
[
|
|
0
|
|
]
|
|
]
|
|
},
|
|
"required_lookups": [],
|
|
"required_range_checks": [
|
|
[
|
|
-1,
|
|
1
|
|
],
|
|
[
|
|
0,
|
|
127
|
|
]
|
|
],
|
|
"check_mode": "UNSAFE",
|
|
"version": "0.0.0",
|
|
"num_blinding_factors": null,
|
|
"timestamp": 1741214578354
|
|
} |