!9789 minddata include package
From: @luoyang42 Reviewed-by: @zhoufeng54,@liucunwei Signed-off-by: @liucunwei
This commit is contained in:
commit
19b81e29d9
|
@ -317,6 +317,18 @@ install(
|
||||||
COMPONENT mindspore
|
COMPONENT mindspore
|
||||||
)
|
)
|
||||||
|
|
||||||
|
## Public header files for minddata
|
||||||
|
install(
|
||||||
|
FILES ${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/constants.h
|
||||||
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/status.h
|
||||||
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/transforms.h
|
||||||
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/vision.h
|
||||||
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/vision_lite.h
|
||||||
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/minddata_eager.h
|
||||||
|
DESTINATION ${INSTALL_BASE_DIR}/include/minddata/dataset/include
|
||||||
|
COMPONENT mindspore
|
||||||
|
)
|
||||||
|
|
||||||
## config files
|
## config files
|
||||||
install(
|
install(
|
||||||
FILES ${CMAKE_SOURCE_DIR}/config/op_info.config
|
FILES ${CMAKE_SOURCE_DIR}/config/op_info.config
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "minddata/dataset/core/constants.h"
|
#include "minddata/dataset/include/constants.h"
|
||||||
#include "minddata/dataset/include/transforms.h"
|
#include "minddata/dataset/include/transforms.h"
|
||||||
#include "minddata/dataset/util/status.h"
|
#include "minddata/dataset/include/status.h"
|
||||||
|
|
||||||
#ifdef ENABLE_ANDROID
|
#ifdef ENABLE_ANDROID
|
||||||
#include "minddata/dataset/kernels/image/rotate_op.h"
|
#include "minddata/dataset/kernels/image/rotate_op.h"
|
||||||
|
|
Loading…
Reference in New Issue