Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/preprocess/
Dimage_preprocess.cc180 int PreProcess(const preprocess::DataPreProcessParam &data_pre_process_param, const std::string &in… in PreProcess()
221 int PreProcessBatch(const preprocess::DataPreProcessParam &data_pre_process_param, const std::strin… in PreProcessBatch()
255 int PreProcess(const DataPreProcessParam &data_pre_process_param, const std::string &input_name, si… in PreProcess()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dcalibrator.h36 const preprocess::DataPreProcessParam &data_pre_process_param, bool symmetric) in Calibrator()