You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- mindspore.nn.rearrange_inputs
- ==============================
-
- .. py:function:: mindspore.nn.rearrange_inputs(func)
-
- 此装饰器用于根据类的 `indexes` 属性对输入重新排列。
-
- 此装饰器目前用于 :class:`mindspore.nn.Metric` 类的 `update` 方法。
-
- **参数:**
-
- - **func** (Callable) - 要装饰的候选函数,其输入将被重新排列。
-
- **返回:**
-
- Callable,用于在函数之间调换输入。
|