Browse Source

Add notes for parameter flags of cess.

pull/13828/head
wang_shaocong 4 years ago
parent
commit
3db59432d5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mindspore/nn/cell.py

+ 2
- 0
mindspore/nn/cell.py View File

@@ -54,6 +54,8 @@ class Cell(Cell_):

Args:
auto_prefix (bool): Recursively generate namespaces. Default: True.
flags (dict): Network configuration information, currently it is used for the binding of network and dataset.
Users can also customize network attributes by this parameter. Default: None.

Supported Platforms:
``Ascend`` ``GPU`` ``CPU``


Loading…
Cancel
Save