Skip to main content

Mojo struct

ReductionMode

struct ReductionMode

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable

comptime members

Deterministic

comptime Deterministic = ReductionMode(SIMD(0))

Nondeterministic

comptime Nondeterministic = ReductionMode(SIMD(1))

Methods

__eq__

__eq__(self, other: Self) -> Bool

Returns:

Bool

__ne__

__ne__(self, other: Self) -> Bool

Returns:

Bool

Was this page helpful?