Module prims

Module prims 

Source
Expand description

[TensorPrims] implementations for tropical algebras on [CpuBackend].

Each tropical algebra gets its own impl TensorPrims<XxxAlgebra> for CpuBackend. The orphan rule is satisfied because XxxAlgebra is defined in this crate.

Extended operations (Contract, ElementwiseMul) are not supported for tropical algebras — has_extension_for always returns false.

Enums§

TropicalPlan
Execution plan for tropical primitive operations on CPU.