| # /*--------------------------------------------------------------------------------------------- | |
| # * Copyright (c) 2022 STMicroelectronics. | |
| # * All rights reserved. | |
| # * This software is licensed under terms that can be found in the LICENSE file in | |
| # * the root directory of this software component. | |
| # * If no LICENSE file comes with this software, it is provided AS-IS. | |
| # *--------------------------------------------------------------------------------------------*/ | |
| from .imagenet import * | |
| from .food101 import * | |
| from .tf_flowers import * | |
| from .plant_leaf_diseases import * | |
| from .cifar10 import * | |
| from .cifar100 import * | |
| from .emnist_byclass import * | |
| from .custom_dataset import * | |