mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
docs: update usage of MultiLookupTable with LookupTable
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user