Files
concrete/hdk/common/values/__init__.py

6 lines
190 B
Python

"""Module for value structures."""
from .base import BaseValue
from .scalars import ClearScalar, EncryptedScalar, ScalarValue
from .tensors import ClearTensor, EncryptedTensor, TensorValue