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.rst 369 B

4 years ago
4 years ago
12345678910111213
  1. mindspore.dataset.config
  2. ========================
  3. The configuration module provides various functions to set and get the supported configuration parameters, and read a configuration file.
  4. Common imported modules in corresponding API examples are as follows:
  5. .. code-block::
  6. import mindspore.dataset as ds
  7. .. automodule:: mindspore.dataset.config
  8. :members: