Dot product
This document details the dot product operations supported by TFHE-rs.
name
symbol
type
Dot Product
dot_product
Binary
Currently, the dot product supports the following case:
One operand is a slice of
FheBool
The other operand is a slice of clear values (e.g.,
u64
)Both slices must be of the same length
The following example shows how to perform dot product:
Last updated
Was this helpful?