modify format
This commit is contained in:
parent
cf2c583767
commit
22d0f222bb
|
@ -1,7 +1,7 @@
|
|||
mindspore.nn.LRN
|
||||
================
|
||||
|
||||
.. py:class:: mindspore.nn.LRN
|
||||
.. py:class:: mindspore.nn.LRN(depth_radius=5, bias=1.0, alpha=1.0, beta=0.5, norm_region="ACROSS_CHANNELS")
|
||||
|
||||
局部响应归一化操作LRN(Local Response Normalization)。
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@ Gradient Clipping
|
|||
mindspore.Tensor.clip
|
||||
|
||||
Parameter Operation Methods
|
||||
--------------------
|
||||
---------------------------
|
||||
|
||||
.. msplatformautosummary::
|
||||
:toctree: Tensor
|
||||
|
|
|
@ -90,7 +90,7 @@ def shard(fn, in_strategy, out_strategy, device="Ascend", level=0):
|
|||
@deprecated("1.8", "range", False)
|
||||
def arange(start=0, stop=None, step=1, rtype=None):
|
||||
r"""
|
||||
The ops.arange interface is deprecated, please use :class:`mindspore.ops.range`
|
||||
The ops.arange interface is deprecated, please use :func:`mindspore.ops.range`
|
||||
|
||||
Supported Platforms:
|
||||
deprecated
|
||||
|
|
Loading…
Reference in New Issue