mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
feat: support up to 16-bit signed integers with table lookups
This commit is contained in:
@@ -635,6 +635,13 @@ def deterministic_unary_function(x):
|
||||
},
|
||||
id="np.expand_dims(x, axis=(0, 1, 2))",
|
||||
),
|
||||
pytest.param(
|
||||
lambda x: x**3,
|
||||
{
|
||||
"x": {"status": "encrypted", "range": [-30, 30]},
|
||||
},
|
||||
id="x ** 3",
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_others(function, parameters, helpers):
|
||||
|
||||
Reference in New Issue
Block a user