mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(compiler): Fix typos in the summaries of batched TFHE ops
This commit is contained in:
@@ -294,7 +294,7 @@ def TFHE_BatchedMulGLWEIntOp : TFHE_Op<"batched_mul_glwe_int", [Pure]> {
|
||||
}
|
||||
|
||||
def TFHE_BatchedMulGLWECstIntOp : TFHE_Op<"batched_mul_glwe_cst_int", [Pure]> {
|
||||
let summary = "Batched version of MulGLWEIntOp";
|
||||
let summary = "Batched version of MulGLWECstIntOp";
|
||||
|
||||
let arguments = (ins
|
||||
TFHE_GLWECipherTextType : $ciphertext,
|
||||
@@ -305,7 +305,7 @@ def TFHE_BatchedMulGLWECstIntOp : TFHE_Op<"batched_mul_glwe_cst_int", [Pure]> {
|
||||
}
|
||||
|
||||
def TFHE_BatchedMulGLWEIntCstOp : TFHE_Op<"batched_mul_glwe_int_cst", [Pure]> {
|
||||
let summary = "Batched version of MulGLWEIntOp";
|
||||
let summary = "Batched version of MulGLWEIntCstOp";
|
||||
|
||||
let arguments = (ins
|
||||
1DTensorOf<[TFHE_GLWECipherTextType]> : $ciphertexts,
|
||||
|
||||
Reference in New Issue
Block a user