From a3eae8be1b6623d4b042754451cbba800fb953a4 Mon Sep 17 00:00:00 2001 From: yaoxuefeng Date: Thu, 13 Aug 2020 13:37:58 +0800 Subject: [PATCH] udpate test=develop --- doc/fluid/api_cn/tensor_cn/bmm_cn.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fluid/api_cn/tensor_cn/bmm_cn.rst b/doc/fluid/api_cn/tensor_cn/bmm_cn.rst index 5cff0fb75..87682f20f 100644 --- a/doc/fluid/api_cn/tensor_cn/bmm_cn.rst +++ b/doc/fluid/api_cn/tensor_cn/bmm_cn.rst @@ -33,6 +33,7 @@ bmm .. code-block:: python import paddle + import numpy as np # In imperative mode: # size input1: (2, 2, 3) and input2: (2, 3, 2) -- GitLab