Enum ComputeSelection

Enum Documentation

enum class sequant::ComputeSelection

In a full binary tree, the ComputeSelection determines the left and/or right subtree shall explicitly be considered to contribute to the computation of the current node’s result. If neither the left nor right subtree contribute, that is ComputeSelection::None is used, the given node exists for tree connectivity purposes only and shall be skipped during code generation.

Values:

enumerator None
enumerator Left
enumerator Right
enumerator Both