mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(compiler/pyhton): Update test dot_eint_int
This commit is contained in:
@@ -17,15 +17,13 @@ VALID_INPUTS = [
|
||||
}
|
||||
""",
|
||||
"""
|
||||
func @dot_eint_int(%arg0: memref<2x!HLFHE.eint<2>>,
|
||||
%arg1: memref<2xi3>,
|
||||
%arg2: memref<!HLFHE.eint<2>>)
|
||||
func @dot_eint_int(%arg0: tensor<2x!HLFHE.eint<2>>,
|
||||
%arg1: tensor<2xi3>) -> !HLFHE.eint<2>
|
||||
{
|
||||
"HLFHE.dot_eint_int"(%arg0, %arg1, %arg2) :
|
||||
(memref<2x!HLFHE.eint<2>>, memref<2xi3>, memref<!HLFHE.eint<2>>) -> ()
|
||||
return
|
||||
%1 = "HLFHE.dot_eint_int"(%arg0, %arg1) :
|
||||
(tensor<2x!HLFHE.eint<2>>, tensor<2xi3>) -> !HLFHE.eint<2>
|
||||
return %1 : !HLFHE.eint<2>
|
||||
}
|
||||
|
||||
""",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user