|
12345678910111213 |
- 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:
|