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
The function allReduce() has the signature: allReduce(accumulator :: VARIABLE = initial :: ANY, variable :: VARIABLE IN list :: LIST<ANY> | expression :: ANY, predicate :: BOOLEAN ) :: BOOLEAN.
5
+
The function allReduce() has the signature: allReduce(accumulator :: VARIABLE = initial :: ANY, variable :: VARIABLE IN list :: LIST<ANY> | reduction :: ANY, predicate :: BOOLEAN ) :: BOOLEAN.
0 commit comments