diff --git a/source/elements/oneDNN/source/graph/ops/Add.rst b/source/elements/oneDNN/source/graph/ops/Add.rst index 3e061e283e..cc48b11038 100644 --- a/source/elements/oneDNN/source/graph/ops/Add.rst +++ b/source/elements/oneDNN/source/graph/ops/Add.rst @@ -68,10 +68,10 @@ Supported Data Types Add operation supports the following data type combinations. -========= =========== -Source0/1 Destination -========= =========== -f32 f32 -bf16 bf16 -f16 f16 -========= =========== +============= ==== +Src_0 / Src_1 Dst +============= ==== +f32 f32 +bf16 bf16 +f16 f16 +============= ==== diff --git a/source/elements/oneDNN/source/graph/ops/BatchNormTrainingBackward.rst b/source/elements/oneDNN/source/graph/ops/BatchNormTrainingBackward.rst index 95d074da33..6a981eafa4 100644 --- a/source/elements/oneDNN/source/graph/ops/BatchNormTrainingBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/BatchNormTrainingBackward.rst @@ -78,10 +78,10 @@ Supported Data Types BatchNormTrainingBackward operation supports the following data type combinations. -==================== ================================================ -Src / Diff_dst / Dst Mean / Variance / Gamma / Diff_gamma / Diff_beta -==================== ================================================ -f32 f32 -bf16 f32, bf16 -f16 f32 -==================== ================================================ +========================= ================================================ +Src / Diff_dst / Diff_src Mean / Variance / Gamma / Diff_gamma / Diff_beta +========================= ================================================ +f32 f32 +bf16 f32, bf16 +f16 f32 +========================= ================================================ diff --git a/source/elements/oneDNN/source/graph/ops/ClampBackward.rst b/source/elements/oneDNN/source/graph/ops/ClampBackward.rst index a169024425..676ab06e3f 100644 --- a/source/elements/oneDNN/source/graph/ops/ClampBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/ClampBackward.rst @@ -93,10 +93,10 @@ Supported Data Types ClampBackward operation supports the following data type combinations. -==== ======== ======== -Src Diff_dst Diff_src -==== ======== ======== -f32 f32 f32 -f16 f16 f16 -bf16 bf16 bf16 -==== ======== ======== +========= ======== ======== +Src / Dst Diff_dst Diff_src +========= ======== ======== +f32 f32 f32 +f16 f16 f16 +bf16 bf16 bf16 +========= ======== ======== diff --git a/source/elements/oneDNN/source/graph/ops/Concat.rst b/source/elements/oneDNN/source/graph/ops/Concat.rst index 5ebf173805..fe03adb8bf 100644 --- a/source/elements/oneDNN/source/graph/ops/Concat.rst +++ b/source/elements/oneDNN/source/graph/ops/Concat.rst @@ -69,10 +69,10 @@ Supported Data Types Concat operation supports the following data type combinations. -==== ==== -Src Dst -==== ==== -f32 f32 -bf16 bf16 -f16 f16 -==== ==== +===== ==== +Src_i Dst +===== ==== +f32 f32 +bf16 bf16 +f16 f16 +===== ==== diff --git a/source/elements/oneDNN/source/graph/ops/Divide.rst b/source/elements/oneDNN/source/graph/ops/Divide.rst index 0a51982efb..c90367a860 100644 --- a/source/elements/oneDNN/source/graph/ops/Divide.rst +++ b/source/elements/oneDNN/source/graph/ops/Divide.rst @@ -69,10 +69,10 @@ Supported Data Types Divide operation supports the following data type combinations. -======== ========= -Diff_dst Diff_bias -======== ========= -f32 f32 -bf16 bf16 -f16 f16 -======== ========= +============= ==== +Src_0 / Src_1 Dst +============= ==== +f32 f32 +bf16 bf16 +f16 f16 +============= ==== diff --git a/source/elements/oneDNN/source/graph/ops/EluBackward.rst b/source/elements/oneDNN/source/graph/ops/EluBackward.rst index a1559d0a74..4584c0d9ae 100644 --- a/source/elements/oneDNN/source/graph/ops/EluBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/EluBackward.rst @@ -25,7 +25,7 @@ Operation Attributes +----------------+-------------+------------+--------------+-------------+ | |attr_use_dst| | If true, | bool | ``true`` | Optional | | | use | | (default), | | -| | \diffsrc | | ``false`` | | +| | \dst | | ``false`` | | | | of Elu | | | | | | operation | | | | | | to | | | | @@ -47,12 +47,12 @@ Inputs ====== -===== ============= ==================== -Index Argument Name Required or Optional -===== ============= ==================== -0 ``src`` Required -1 ``diff_dst`` Required -===== ============= ==================== +===== ================= ==================== +Index Argument Name Required or Optional +===== ================= ==================== +0 ``src`` / ``dst`` Required +1 ``diff_dst`` Required +===== ================= ==================== Outputs ======= @@ -70,10 +70,10 @@ Supported Data Types EluBackward operation supports the following data type combinations. -==== ======== ======== -Src Diff_dst Diff_src -==== ======== ======== -f32 f32 f32 -f16 f16 f16 -bf16 bf16 bf16 -==== ======== ======== +========= ======== ======== +Src / Dst Diff_dst Diff_src +========= ======== ======== +f32 f32 f32 +f16 f16 f16 +bf16 bf16 bf16 +========= ======== ======== diff --git a/source/elements/oneDNN/source/graph/ops/Interpolate.rst b/source/elements/oneDNN/source/graph/ops/Interpolate.rst index 53ddd30088..a4edd8b384 100644 --- a/source/elements/oneDNN/source/graph/ops/Interpolate.rst +++ b/source/elements/oneDNN/source/graph/ops/Interpolate.rst @@ -111,10 +111,10 @@ Supported Data Types Interpolate operation supports the following data type combinations. -======= ===== -Src/Dst Sizes -======= ===== -f32 s32 -bf16 s32 -f16 s3 -======= ===== +========= ===== +Src / Dst Sizes +========= ===== +f32 s32 +bf16 s32 +f16 s32 +========= ===== diff --git a/source/elements/oneDNN/source/graph/ops/InterpolateBackward.rst b/source/elements/oneDNN/source/graph/ops/InterpolateBackward.rst index d35ea0066c..83f4cbf9f4 100644 --- a/source/elements/oneDNN/source/graph/ops/InterpolateBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/InterpolateBackward.rst @@ -113,10 +113,10 @@ Supported Data Types InterpolateBackward operation supports the following data type combinations. -===================== ===== -Src/Diff_dst/Diff_src Sizes -===================== ===== -f32 s32 -bf16 s32 -f16 s32 -===================== ===== +==== ======== ======== ===== +Src Diff_dst Diff_src Sizes +==== ======== ======== ===== +f32 f32 f32 s32 +bf16 bf16 bf16 s32 +f16 f16 f16 s32 +==== ======== ======== ===== diff --git a/source/elements/oneDNN/source/graph/ops/LogSoftmaxBackward.rst b/source/elements/oneDNN/source/graph/ops/LogSoftmaxBackward.rst index a6c9ff6740..16b5cfc62a 100644 --- a/source/elements/oneDNN/source/graph/ops/LogSoftmaxBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/LogSoftmaxBackward.rst @@ -39,7 +39,7 @@ Inputs Index Argument Name Required or Optional ===== ============= ==================== 0 ``diff_dst`` Required -1 ``src`` Required +1 ``dst`` Required ===== ============= ==================== Outputs @@ -56,13 +56,12 @@ Index Argument Name Required or Optional Supported Data Types ******************** -LogSoftmaxBackward operation supports the following data type -combinations. +LogSoftmaxBackward operation supports the following data type combinations. -==== ==== -Src Dst -==== ==== -f32 f32 -bf16 bf16 -f16 f16 -==== ==== +======== ==== ======== +Diff_dst Dst Diff_src +======== ==== ======== +f32 f32 f32 +bf16 bf16 bf16 +f16 f16 f16 +======== ==== ======== diff --git a/source/elements/oneDNN/source/graph/ops/Maximum.rst b/source/elements/oneDNN/source/graph/ops/Maximum.rst index 8f91e8afb0..933209ecb9 100644 --- a/source/elements/oneDNN/source/graph/ops/Maximum.rst +++ b/source/elements/oneDNN/source/graph/ops/Maximum.rst @@ -69,10 +69,10 @@ Supported Data Types Maximum operation supports the following data type combinations. -========= =========== -Source0/1 Destination -========= =========== -f32 f32 -bf16 bf16 -f16 f16 -========= =========== +============= ==== +Src_0 / Src_1 Dst +============= ==== +f32 f32 +bf16 bf16 +f16 f16 +============= ==== diff --git a/source/elements/oneDNN/source/graph/ops/Minimum.rst b/source/elements/oneDNN/source/graph/ops/Minimum.rst index 5264db38d1..36fc8ddb16 100644 --- a/source/elements/oneDNN/source/graph/ops/Minimum.rst +++ b/source/elements/oneDNN/source/graph/ops/Minimum.rst @@ -69,10 +69,10 @@ Supported Data Types Minimum operation supports the following data type combinations. -========= =========== -Source0/1 Destination -========= =========== -f32 f32 -bf16 bf16 -f16 f16 -========= =========== +============= ==== +Src_0 / Src_1 Dst +============= ==== +f32 f32 +bf16 bf16 +f16 f16 +============= ==== diff --git a/source/elements/oneDNN/source/graph/ops/Multiply.rst b/source/elements/oneDNN/source/graph/ops/Multiply.rst index 10216bf3ca..f29e1919df 100644 --- a/source/elements/oneDNN/source/graph/ops/Multiply.rst +++ b/source/elements/oneDNN/source/graph/ops/Multiply.rst @@ -70,10 +70,10 @@ Supported Data Types Multiply operation supports the following data type combinations. -========= =========== -Source0/1 Destination -========= =========== -f32 f32 -bf16 bf16 -f16 f16 -========= =========== +============= ==== +Src_0 / Src_1 Dst +============= ==== +f32 f32 +bf16 bf16 +f16 f16 +============= ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReLUBackward.rst b/source/elements/oneDNN/source/graph/ops/ReLUBackward.rst index 34d7002189..6eec1f2a26 100644 --- a/source/elements/oneDNN/source/graph/ops/ReLUBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/ReLUBackward.rst @@ -63,10 +63,10 @@ Supported Data Types ReLUBackward operation supports the following data type combinations. -==== ======== ======== -Src Diff_dst Diff_src -==== ======== ======== -f32 f32 f32 -f16 f16 f16 -bf16 bf16 bf16 -==== ======== ======== +========= ======== ======== +Src / Dst Diff_dst Diff_src +========= ======== ======== +f32 f32 f32 +f16 f16 f16 +bf16 bf16 bf16 +========= ======== ======== diff --git a/source/elements/oneDNN/source/graph/ops/Reciprocal.rst b/source/elements/oneDNN/source/graph/ops/Reciprocal.rst index 22d4ea5aff..7de9cc7652 100644 --- a/source/elements/oneDNN/source/graph/ops/Reciprocal.rst +++ b/source/elements/oneDNN/source/graph/ops/Reciprocal.rst @@ -55,10 +55,10 @@ Supported Data Types Reciprocal operation supports the following data type combinations. -====== =========== -Source Destination -====== =========== -f32 f32 -bf16 bf16 -f16 f16 -====== =========== +==== ==== +Src Dst +==== ==== +f32 f32 +bf16 bf16 +f16 f16 +==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReduceL1.rst b/source/elements/oneDNN/source/graph/ops/ReduceL1.rst index 4ececf4b5a..2a14bef1f2 100644 --- a/source/elements/oneDNN/source/graph/ops/ReduceL1.rst +++ b/source/elements/oneDNN/source/graph/ops/ReduceL1.rst @@ -126,10 +126,10 @@ Supported Data Types ReduceL1 operation supports the following data type combinations. -================== ==== -Source/Destination Axes -================== ==== -f32 s32 -bf16 s32 -f16 s32 -================== ==== +==== ==== ==== +Src Dst Axes +==== ==== ==== +f32 f32 s32 +bf16 bf16 s32 +f16 f16 s32 +==== ==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReduceL2.rst b/source/elements/oneDNN/source/graph/ops/ReduceL2.rst index b10e4af1f4..2ee94f8bc3 100644 --- a/source/elements/oneDNN/source/graph/ops/ReduceL2.rst +++ b/source/elements/oneDNN/source/graph/ops/ReduceL2.rst @@ -126,10 +126,10 @@ Supported Data Types ReduceL2 operation supports the following data type combinations. -================== ==== -Source/Destination Axes -================== ==== -f32 s32 -bf16 s32 -f16 s32 -================== ==== +==== ==== ==== +Src Dst Axes +==== ==== ==== +f32 f32 s32 +bf16 bf16 s32 +f16 f16 s32 +==== ==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReduceMax.rst b/source/elements/oneDNN/source/graph/ops/ReduceMax.rst index d25d1ab555..092a3a9ee7 100644 --- a/source/elements/oneDNN/source/graph/ops/ReduceMax.rst +++ b/source/elements/oneDNN/source/graph/ops/ReduceMax.rst @@ -125,10 +125,10 @@ Supported Data Types ReduceMax operation supports the following data type combinations. -================== ==== -Source/Destination Axes -================== ==== -f32 s32 -bf16 s32 -f16 s32 -================== ==== +==== ==== ==== +Src Dst Axes +==== ==== ==== +f32 f32 s32 +bf16 bf16 s32 +f16 f16 s32 +==== ==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReduceMean.rst b/source/elements/oneDNN/source/graph/ops/ReduceMean.rst index 342467ccc9..65f8ec4943 100644 --- a/source/elements/oneDNN/source/graph/ops/ReduceMean.rst +++ b/source/elements/oneDNN/source/graph/ops/ReduceMean.rst @@ -124,10 +124,10 @@ Supported Data Types ReduceMean operation supports the following data type combinations. -================== ==== -Source/Destination Axes -================== ==== -f32 s32 -bf16 s32 -f16 s32 -================== ==== +==== ==== ==== +Src Dst Axes +==== ==== ==== +f32 f32 s32 +bf16 bf16 s32 +f16 f16 s32 +==== ==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReduceMin.rst b/source/elements/oneDNN/source/graph/ops/ReduceMin.rst index f3b4d30383..ab10151fce 100644 --- a/source/elements/oneDNN/source/graph/ops/ReduceMin.rst +++ b/source/elements/oneDNN/source/graph/ops/ReduceMin.rst @@ -99,10 +99,10 @@ Index Argument Name Required or Optional 1 ``axes`` Optional ===== ============= ==================== -@note ``axes`` is an 1-D tensor specifying the axis along which the -reduction is performed. 1D tensor of unique elements. The range of -elements is [-r, r-1], where r is the rank of src tensor. Exactly one of -attribute axes and the second input tensor axes should be available. +@note ``axes`` is a 1-D tensor specifying the axis along which the reduction is +performed. 1D tensor of unique elements. The range of elements is [-r, r-1], +where r is the rank of src tensor. Exactly one of attribute axes and the second +input tensor axes should be available. Outputs ======= @@ -115,7 +115,7 @@ Index Argument Name Required or Optional ===== ============= ==================== @note The result of ReduceMin function applied to src tensor. shape[i] = -shapeOf(data)[i] for all i that is not in the list of axes from the +shapeOf[data](i) for all i that is not in the list of axes from the second input. For dimensions from axes, shape[i] == 1 if keep_dims == True, or i-th dimension is removed from the dst otherwise. @@ -125,10 +125,10 @@ Supported Data Types ReduceMin operation supports the following data type combinations. -================== ==== -Source/Destination Axes -================== ==== -f32 s32 -bf16 s32 -f16 s32 -================== ==== +==== ==== ==== +Src Dst Axes +==== ==== ==== +f32 f32 s32 +bf16 bf16 s32 +f16 f16 s32 +==== ==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReduceProd.rst b/source/elements/oneDNN/source/graph/ops/ReduceProd.rst index 346a4000a4..3b6def4dbb 100644 --- a/source/elements/oneDNN/source/graph/ops/ReduceProd.rst +++ b/source/elements/oneDNN/source/graph/ops/ReduceProd.rst @@ -125,10 +125,10 @@ Supported Data Types ReduceProd operation supports the following data type combinations. -================== ==== -Source/Destination Axes -================== ==== -f32 s32 -bf16 s32 -f16 s32 -================== ==== +==== ==== ==== +Src Dst Axes +==== ==== ==== +f32 f32 s32 +bf16 bf16 s32 +f16 f16 s32 +==== ==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/ReduceSum.rst b/source/elements/oneDNN/source/graph/ops/ReduceSum.rst index 8f6d938379..64bc63d471 100644 --- a/source/elements/oneDNN/source/graph/ops/ReduceSum.rst +++ b/source/elements/oneDNN/source/graph/ops/ReduceSum.rst @@ -125,10 +125,10 @@ Supported Data Types ReduceSum operation supports the following data type combinations. -================== ==== -Source/Destination Axes -================== ==== -f32 s32 -bf16 s32 -f16 s32 -================== ==== +==== ==== ==== +Src Dst Axes +==== ==== ==== +f32 f32 s32 +bf16 bf16 s32 +f16 f16 s32 +==== ==== ==== diff --git a/source/elements/oneDNN/source/graph/ops/SigmoidBackward.rst b/source/elements/oneDNN/source/graph/ops/SigmoidBackward.rst index 956c899a39..022ec1dc83 100644 --- a/source/elements/oneDNN/source/graph/ops/SigmoidBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/SigmoidBackward.rst @@ -63,10 +63,10 @@ Supported Data Types SigmoidBackward operation supports the following data type combinations. -==== ======== ======== -Src Diff_dst Diff_src -==== ======== ======== -f32 f32 f32 -f16 f16 f16 -bf16 bf16 bf16 -==== ======== ======== +========= ======== ======== +Src / Dst Diff_dst Diff_src +========= ======== ======== +f32 f32 f32 +f16 f16 f16 +bf16 bf16 bf16 +========= ======== ======== diff --git a/source/elements/oneDNN/source/graph/ops/Softmax.rst b/source/elements/oneDNN/source/graph/ops/Softmax.rst index 0814c81b8f..72c8af9585 100644 --- a/source/elements/oneDNN/source/graph/ops/Softmax.rst +++ b/source/elements/oneDNN/source/graph/ops/Softmax.rst @@ -5,10 +5,10 @@ .. include:: ../../replacements.inc.rst -Softmax +SoftMax ####### -Softmax operation applies following formula on every element of +SoftMax operation applies the following formula on every element of \src tensor (the variable names follow the standard :ref:`conventions-label`): .. math:: @@ -20,16 +20,16 @@ where \$ C \$ is a size of tensor along axis dimension. Operation Attributes ******************** -+-------------+-------------+------------+-----------+-------------+ -| Attribute | Description | Value Type | Supported | Required or | -| Name | | | Values | Optional | -+=============+=============+============+===========+=============+ -| |attr_axis| | Represents | s64 | Arbitrary | Optional | -| | the axis of | | s64 value | | -| | which the | | (``1`` in | | -| | Softmax is | | default) | | -| | calculated. | | | | -+-------------+-------------+------------+-----------+-------------+ ++-------------+---------------+------------+-----------+-------------+ +| Attribute | Description | Value Type | Supported | Required or | +| Name | | | Values | Optional | ++=============+===============+============+===========+=============+ +| |attr_axis| | Represents | s64 | Arbitrary | Optional | +| | the axis from | | s64 value | | +| | which the | | (``1`` in | | +| | SoftMax is | | default) | | +| | calculated. | | | | ++-------------+---------------+------------+-----------+-------------+ Execution Arguments ******************* @@ -61,7 +61,7 @@ Index Argument Name Required or Optional Supported Data Types ******************** -Softmax operation supports the following data type combinations. +SoftMax operation supports the following data type combinations. ==== ==== Src Dst diff --git a/source/elements/oneDNN/source/graph/ops/SoftmaxBackward.rst b/source/elements/oneDNN/source/graph/ops/SoftmaxBackward.rst index 34219fe7e1..2573c8fc93 100644 --- a/source/elements/oneDNN/source/graph/ops/SoftmaxBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/SoftmaxBackward.rst @@ -5,24 +5,24 @@ .. include:: ../../replacements.inc.rst -SoftmaxBackward +SoftMaxBackward ############### -SoftmaxBackward operation computes gradient for Softmax. +SoftMaxBackward operation computes gradient for SoftMax. Operation Attributes ******************** -+-------------+-------------+------------+-----------+-------------+ -| Attribute | Description | Value Type | Supported | Required or | -| Name | | | Values | Optional | -+=============+=============+============+===========+=============+ -| |attr_axis| | Represents | s64 | Arbitrary | Optional | -| | the axis of | | s64 value | | -| | which the | | (``1`` in | | -| | Softmax is | | default) | | -| | calculated. | | | | -+-------------+-------------+------------+-----------+-------------+ ++-------------+---------------+------------+-----------+-------------+ +| Attribute | Description | Value Type | Supported | Required or | +| Name | | | Values | Optional | ++=============+===============+============+===========+=============+ +| |attr_axis| | Represents | s64 | Arbitrary | Optional | +| | the axis from | | s64 value | | +| | which the | | (``1`` in | | +| | SoftMax is | | default) | | +| | calculated. | | | | ++-------------+---------------+------------+-----------+-------------+ Execution Arguments ******************* @@ -38,7 +38,7 @@ Inputs Index Argument Name Required or Optional ===== ============= ==================== 0 ``diff_dst`` Required -1 ``src`` Required +1 ``dst`` Required ===== ============= ==================== Outputs @@ -55,10 +55,10 @@ Index Argument Name Required or Optional Supported Data Types ******************** -SoftmaxBackward operation supports the following data type combinations. +SoftMaxBackward operation supports the following data type combinations. ==== ======== ======== -Src Diff_dst Diff_src +Dst Diff_dst Diff_src ==== ======== ======== f32 f32 f32 bf16 bf16 bf16 diff --git a/source/elements/oneDNN/source/graph/ops/SqrtBackward.rst b/source/elements/oneDNN/source/graph/ops/SqrtBackward.rst index ac396b672f..c141d9f669 100644 --- a/source/elements/oneDNN/source/graph/ops/SqrtBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/SqrtBackward.rst @@ -62,10 +62,10 @@ Supported Data Types SqrtBackward operation supports the following data type combinations. -==== ======== ======== -Src Diff_dst Diff_src -==== ======== ======== -f32 f32 f32 -f16 f16 f16 -bf16 bf16 bf16 -==== ======== ======== +========= ======== ======== +Src / Dst Diff_dst Diff_src +========= ======== ======== +f32 f32 f32 +f16 f16 f16 +bf16 bf16 bf16 +========= ======== ======== diff --git a/source/elements/oneDNN/source/graph/ops/SquaredDifference.rst b/source/elements/oneDNN/source/graph/ops/SquaredDifference.rst index 076ae0b572..65008f717d 100644 --- a/source/elements/oneDNN/source/graph/ops/SquaredDifference.rst +++ b/source/elements/oneDNN/source/graph/ops/SquaredDifference.rst @@ -12,15 +12,15 @@ SquaredDifference operation performs element-wise subtraction operation with two given tensors applying multi-directional broadcast rules, after that each result of the subtraction is squared. -Before performing arithmetic operation, :math:`src_1` and -:math:`src_2` are broadcasted if their shapes are different and +Before performing arithmetic operation, :math:`src_0` and +:math:`src_1` are broadcasted if their shapes are different and ``auto_broadcast`` attributes is not ``none``. Broadcasting is performed according to ``auto_broadcast`` value. After broadcasting SquaredDifference does the following with the input tensors: .. math:: - \dst_i = (\src\_1_i - \src\_2_i)^2 + \dst_i = (\src\_0_i - \src\_1_i)^2 Operation Attributes ******************** @@ -50,8 +50,8 @@ Inputs ===== ============= ==================== Index Argument Name Required or Optional ===== ============= ==================== -0 ``src_1`` Required -1 ``src_2`` Required +0 ``src_0`` Required +1 ``src_1`` Required ===== ============= ==================== Outputs @@ -71,7 +71,7 @@ SquaredDifference operation supports the following data type combinations. ===== ===== ==== -Src_1 Src_2 Dst +Src_0 Src_1 Dst ===== ===== ==== f32 f32 f32 bf16 bf16 bf16 diff --git a/source/elements/oneDNN/source/graph/ops/Subtract.rst b/source/elements/oneDNN/source/graph/ops/Subtract.rst index f6ebbf7590..df9e00f693 100644 --- a/source/elements/oneDNN/source/graph/ops/Subtract.rst +++ b/source/elements/oneDNN/source/graph/ops/Subtract.rst @@ -69,10 +69,10 @@ Supported Data Types Substract operation supports the following data type combinations. -========= =========== -Source0/1 Destination -========= =========== -f32 f32 -bf16 bf16 -f16 f16 -========= =========== +============= ==== +Src_0 / Src_1 Dst +============= ==== +f32 f32 +bf16 bf16 +f16 f16 +============= ==== diff --git a/source/elements/oneDNN/source/graph/ops/TanhBackward.rst b/source/elements/oneDNN/source/graph/ops/TanhBackward.rst index 96f012da0c..dccf3344c5 100644 --- a/source/elements/oneDNN/source/graph/ops/TanhBackward.rst +++ b/source/elements/oneDNN/source/graph/ops/TanhBackward.rst @@ -62,10 +62,10 @@ Supported Data Types TanhBackward operation supports the following data type combinations. -==== ======== ======== -Src Diff_dst Diff_src -==== ======== ======== -f32 f32 f32 -f16 f16 f16 -bf16 bf16 bf16 -==== ======== ======== +========= ======== ======== +Src / Dst Diff_dst Diff_src +========= ======== ======== +f32 f32 f32 +f16 f16 f16 +bf16 bf16 bf16 +========= ======== ========