mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: expose signed bit width constraint constant from concrete.numpy
This commit is contained in:
@@ -16,7 +16,7 @@ from .compilation import (
|
||||
)
|
||||
from .compilation.decorators import circuit, compiler
|
||||
from .extensions import LookupTable, array, one, ones, univariate, zero, zeros
|
||||
from .mlir.utils import MAXIMUM_TLU_BIT_WIDTH
|
||||
from .mlir.utils import MAXIMUM_SIGNED_BIT_WIDTH_WITH_TLUS, MAXIMUM_TLU_BIT_WIDTH
|
||||
from .representation import Graph
|
||||
from .tracing.typing import (
|
||||
f32,
|
||||
|
||||
Reference in New Issue
Block a user