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

6 lines
188 B
Python

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