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.dataset.config
- ========================
-
- The configuration module provides various functions to set and get the supported configuration parameters, and read a configuration file.
-
- Common imported modules in corresponding API examples are as follows:
-
- .. code-block::
-
- import mindspore.dataset as ds
-
- .. automodule:: mindspore.dataset.config
- :members:
|