com.microsoft - QLinearConcat#

QLinearConcat - 1#

Version

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

  • axis - INT (required) : Which axis to concat on

Inputs

Between 3 and 2147483647 inputs.

  • Y_scale (heterogeneous) - TF:

  • Y_zero_point (heterogeneous) - T8:

  • inputs (variadic) - TV:

Outputs

  • Y (heterogeneous) - T8:

Type Constraints

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

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

  • TV in ( tensor(float), tensor(int8), tensor(uint8) ): Sequence of (Tensor, Scale, ZeroPoint) tuples. The type is sequence of (T8, TF, T8).

Examples