Skip to content

feat: RebinMatrix, add extra positional inputs for RebinMatrix

Maxim Gonchar requested to merge feat/RebinMatrix-inputs into master

RebinMatrix now accepts multiple inputs for old edges:

  • 0th input is used as before
  • others are used to be checked so they are consistent with the main one.

@vzavadskyi, it may be used to protect the model in case the matrix is used for multiple rebinnings.

Implements dag-flow#62 (closed)

Merge request reports