You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only sample.Mul(lhs, rhs).get_element_tri() is implement for 1D lhs. Unfortunately, when multiplying three 1D samples, X * Y * Z (or sampling a product of three 1D topologies), we get Mul(Mul(X, Y), Z), for which get_element_tri() is not implemented.
The text was updated successfully, but these errors were encountered:
Currently only
sample.Mul(lhs, rhs).get_element_tri()
is implement for 1Dlhs
. Unfortunately, when multiplying three 1D samples,X * Y * Z
(or sampling a product of three 1D topologies), we getMul(Mul(X, Y), Z)
, for whichget_element_tri()
is not implemented.The text was updated successfully, but these errors were encountered: