fix(compiler): Fix typos in the summaries of batched TFHE ops

This commit is contained in:
Andi Drebes
2024-01-19 15:32:31 +01:00
parent 000ca60062
commit 8b1c6ab034
2 changed files with 4 additions and 4 deletions

View File

@@ -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,