Skip to content

Add reduction operations in group matchers

Egor Sobolev requested to merge feat/reduction-in-matcher into master

This adds reduction operations in group matchers based on selection mask from arbiter.

Arbiter sends:

  • the reduction instruction reduce.op as a list of strings in format: "<operation>:<input key>:<mask index>:<output key>"
  • and selection masks as a ndarray[num_masks, num_frames]

@hammerd

Merge request reports