Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dpreprocess_param.h40 struct DataPreProcessParam { struct
41 std::map<std::string, std::string> calibrate_path;
42 std::map<std::string, std::vector<std::string>> calibrate_path_vector;
43 int calibrate_size = 0;
44 InputType input_type = INPUT_TYPE_MAX;
45 ImagePreProcessParam image_pre_process;