Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/
Dactivation_dynamic_fp32_coder.cc28 int ActivationDynamicFP32Coder::Preprocess() { in Preprocess() function in mindspore::lite::micro::nnacl::ActivationDynamicFP32Coder
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.cc49 Status ModelImpl::Preprocess(const std::vector<std::vector<MSTensor>> &inputs, std::vector<MSTensor… in Preprocess() function in mindspore::ModelImpl
Dmodel.cc98 Status Model::Preprocess(const std::vector<std::vector<MSTensor>> &inputs, std::vector<MSTensor> *o… in Preprocess() function in mindspore::Model
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dnms_with_mask_impl.cu100 __global__ void Preprocess(const int num, int *sel_idx, bool *sel_boxes, T *output, int box_size) { in Preprocess() function
108 __global__ void Preprocess(const int num, int *sel_idx, int *sel_boxes, T *output, int box_size) { in Preprocess() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/
Dsession.cc99 int CoderSession::Preprocess() { in Preprocess() function in mindspore::lite::micro::CoderSession
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dnms_with_mask_cpu_kernel.cc176 void NMSWithMaskCpuKernelMod::Preprocess(const int num, int *sel_idx, bool *sel_boxes) { in Preprocess() function in mindspore::kernel::NMSWithMaskCpuKernelMod
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel.cc269 Status Model::Preprocess(const std::vector<std::vector<MSTensor>> &inputs, std::vector<MSTensor> *o… in Preprocess() function in mindspore::Model
Dmodel_impl.cc713 Status ModelImpl::Preprocess(const std::vector<std::vector<MSTensor>> &inputs, std::vector<MSTensor… in Preprocess() function in mindspore::ModelImpl
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/model/
Dmodel.cc422 Status Model::Preprocess(const std::vector<std::vector<MSTensor>> &inputs, std::vector<MSTensor> *o… in Preprocess() function in mindspore::Model
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/math/
Deinsum_helper.h89 bool Preprocess(const std::string &orig_equatioin, const std::string &node_name, in Preprocess() function