mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
Add a new operation `HLFHELinalg.zero`, broadcasting an encrypted, zero-valued integer into a tensor of encrypted integers with static shape. Example creating a one-dimensional tensor with five elements all initialized to an encrypted zero: %tensor = "HLFHELinalg.zero"() : () -> tensor<5x!HLFHE.eint<4>>