com.microsoft - QOrderedGelu#

QOrderedGelu - 1 (com.microsoft)#

Version

  • name: QOrderedGelu (GitHub)

  • domain: com.microsoft

  • since_version: 1

  • function:

  • support_level:

  • shape inference:

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

Summary

Ordered Quantize Gelu.

Attributes

  • order_X: cublasLt order of input X. Optional. See the schema of QuantizeWithOrder for order definition. Default value is ?.

  • order_Y: cublasLt order of matrix Y, must be same as order_X if specified together. Optional. Default value is ?.

Inputs

  • X (heterogeneous) - Q: N-dimensional input A

  • scale_X (heterogeneous) - S: scale of the input A

  • scale_Y (heterogeneous) - S: scale of the output Y

Outputs

  • Y (heterogeneous) - Q: Output of the Gelu

Examples