|
|
|
@@ -14,26 +14,17 @@ |
|
|
|
* limitations under the License. |
|
|
|
*/ |
|
|
|
#include "pybind11/pybind11.h" |
|
|
|
#include "pybind11/stl.h" |
|
|
|
#include "pybind11/stl_bind.h" |
|
|
|
|
|
|
|
#include "minddata/dataset/api/python/pybind_conversion.h" |
|
|
|
#include "minddata/dataset/api/python/pybind_register.h" |
|
|
|
#include "minddata/dataset/callback/py_ds_callback.h" |
|
|
|
#include "minddata/dataset/include/constants.h" |
|
|
|
#include "minddata/dataset/core/global_context.h" |
|
|
|
#include "minddata/dataset/engine/serdes.h" |
|
|
|
#include "minddata/dataset/include/datasets.h" |
|
|
|
#include "minddata/dataset/text/sentence_piece_vocab.h" |
|
|
|
|
|
|
|
#include "minddata/dataset/core/config_manager.h" |
|
|
|
#include "minddata/dataset/core/data_type.h" |
|
|
|
#include "minddata/dataset/util/path.h" |
|
|
|
#include "minddata/dataset/util/random.h" |
|
|
|
#include "minddata/dataset/util/services.h" |
|
|
|
|
|
|
|
// IR leaf nodes |
|
|
|
#include "minddata/dataset/engine/ir/datasetops/source/album_node.h" |
|
|
|
#include "minddata/dataset/engine/ir/datasetops/source/celeba_node.h" |
|
|
|
#include "minddata/dataset/engine/ir/datasetops/source/cifar100_node.h" |
|
|
|
#include "minddata/dataset/engine/ir/datasetops/source/cifar10_node.h" |
|
|
|
|