mirror of
https://github.com/zkonduit/ezkl.git
synced 2026-04-25 03:01:17 -04:00
--------- Co-authored-by: Alexander Camuto <45801863+alexander-camuto@users.noreply.github.com> Co-authored-by: Alexander Camuto <alexander.camuto@st-hughs.ox.ac.uk>
31 lines
485 B
JSON
31 lines
485 B
JSON
[
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "bytes[]",
|
|
"name": "data",
|
|
"type": "bytes[]"
|
|
},
|
|
{
|
|
"internalType": "uint256[]",
|
|
"name": "decimals",
|
|
"type": "uint256[]"
|
|
},
|
|
{
|
|
"internalType": "uint256[]",
|
|
"name": "scales",
|
|
"type": "uint256[]"
|
|
}
|
|
],
|
|
"name": "quantize_data",
|
|
"outputs": [
|
|
{
|
|
"internalType": "int128[]",
|
|
"name": "quantized_data",
|
|
"type": "int128[]"
|
|
}
|
|
],
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
}
|
|
] |