From 3d116adda43c0b8e1eafddf2757692a828b5719a Mon Sep 17 00:00:00 2001 From: buxue Date: Wed, 24 Jun 2020 11:05:30 +0800 Subject: [PATCH] Remove the comment for the example --- mindspore/ops/operations/control_ops.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mindspore/ops/operations/control_ops.py b/mindspore/ops/operations/control_ops.py index e7ac4572ce..3e980ce570 100644 --- a/mindspore/ops/operations/control_ops.py +++ b/mindspore/ops/operations/control_ops.py @@ -47,8 +47,6 @@ class ControlDepend(Primitive): Bool. This operation has no actual data output, it will be used to setup the order of relative operations. Examples: - >>> # In the following example, the data calculation uses original global_step. After the calculation the global - >>> # step should be increased, so the add operation should depend on the data calculation operation. >>> class Net(nn.Cell): >>> def __init__(self): >>> super(Net, self).__init__()