com.microsoft - BifurcationDetector#

BifurcationDetector - 1#

Version

  • name: BifurcationDetector (GitHub)

  • domain: com.microsoft

  • since_version: 1

  • function:

  • support_level: SupportType.COMMON

  • shape inference: True

This version of the operator has been available since version 1 of domain com.microsoft.

Summary

Attributes

  • max_ngram_size - INT : The maximum NGram size for suffix matching.

  • min_ngram_size - INT : The minimum NGram size for suffix matching.

Inputs

Between 3 and 4 inputs.

  • src_tokens (heterogeneous) - T:

  • cur_tokens (heterogeneous) - T:

  • prev_suffix_match_idx (heterogeneous) - T:

  • pred_tokens (optional, heterogeneous) - T:

Outputs

  • tokens (heterogeneous) - T:

  • suffix_match_idx (heterogeneous) - T:

Type Constraints

  • T in ( tensor(int64) ): Constrain to integer types.

Examples