com.microsoft - QLinearWhere#

QLinearWhere - 1#

Version

  • name: QLinearWhere (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

Inputs

  • condition (heterogeneous) - B:

  • X (heterogeneous) - T:

  • x_scale (heterogeneous) - TF:

  • x_zero_point (heterogeneous) - T:

  • Y (heterogeneous) - T:

  • y_scale (heterogeneous) - TF:

  • y_zero_point (heterogeneous) - T:

  • z_scale (heterogeneous) - TF:

  • z_zero_point (heterogeneous) - T:

Outputs

  • Z (heterogeneous) - T:

Type Constraints

  • B in ( tensor(bool) ): Constrain input and output types to 8 bit signed and unsigned tensors.

  • TF in ( tensor(float) ): Constrain scale types to any float tensor type.

  • T in ( tensor(int8), tensor(uint8) ): Constrain input and output types to 8 bit signed and unsigned tensors.

Examples