mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-17 16:11:26 -05:00
feat(optimizer): adds support for function composition
This commit is contained in:
committed by
Quentin Bourgerie
parent
2d3dc73ab8
commit
60da713312
@@ -1083,6 +1083,7 @@ struct Options final {
|
||||
bool cache_on_disk;
|
||||
::std::uint32_t ciphertext_modulus_log;
|
||||
::std::uint32_t fft_precision;
|
||||
bool composable;
|
||||
|
||||
using IsRelocatable = ::std::true_type;
|
||||
};
|
||||
|
||||
@@ -1064,6 +1064,7 @@ struct Options final {
|
||||
bool cache_on_disk;
|
||||
::std::uint32_t ciphertext_modulus_log;
|
||||
::std::uint32_t fft_precision;
|
||||
bool composable;
|
||||
|
||||
using IsRelocatable = ::std::true_type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user