docs: update usage of MultiLookupTable with LookupTable

This commit is contained in:
Umut
2022-04-18 11:09:30 +03:00
parent dcd7a7ac6d
commit c683a714b4

View File

@@ -52,7 +52,7 @@ import concrete.numpy as cnp
squared = cnp.LookupTable([i ** 2 for i in range(4)])
cubed = cnp.LookupTable([i ** 3 for i in range(4)])
table = cnp.MultiLookupTable([
table = cnp.LookupTable([
[squared, cubed],
[squared, cubed],
[squared, cubed],