mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
typo: bad function name
This commit is contained in:
@@ -71,8 +71,8 @@ mlir::LogicalResult verifyIntegerGLWEOperator(Operator &op) {
|
||||
return _verifyGLWEIntegerOperator(op, b, a, result);
|
||||
}
|
||||
|
||||
// verifyIntegerOperator verify parameters of operators that has the following
|
||||
// signature (!MidLFHE.glwe<{dim,poly,bits}{p}>,
|
||||
// verifyBinaryGLWEOperator verify parameters of operators that has the
|
||||
// following signature (!MidLFHE.glwe<{dim,poly,bits}{p}>,
|
||||
// !MidLFHE.glwe<{dim,poly,bits}{p}>) ->
|
||||
// (!MidLFHE.glwe<{dim,poly,bits}{p}>))
|
||||
template <class Operator>
|
||||
|
||||
Reference in New Issue
Block a user