Home
last modified time | relevance | path

Searched defs:DataPreProcessParam (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/preprocess/
Dpreprocess_param.h46 struct DataPreProcessParam { struct
47 std::map<std::string, std::string> calibrate_path;
48 std::map<std::string, std::vector<std::string>> calibrate_path_vector;
49 int calibrate_size = 0;
50 InputType input_type = INPUT_TYPE_MAX;
51 ImagePreProcessParam image_pre_process;