From a85d796407b707386780efff9c6424c18aa8bdf1 Mon Sep 17 00:00:00 2001 From: wangshuide2020 Date: Tue, 9 Mar 2021 19:38:28 +0800 Subject: [PATCH] fix the format error of BatchMatMul operator. --- mindspore/ops/operations/math_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ops/operations/math_ops.py b/mindspore/ops/operations/math_ops.py index ce7723e905..35b093ed39 100644 --- a/mindspore/ops/operations/math_ops.py +++ b/mindspore/ops/operations/math_ops.py @@ -800,7 +800,7 @@ class MatMul(PrimitiveWithCheck): class BatchMatMul(MatMul): - """ + r""" Computes matrix multiplication between two tensors by batch. .. math::