Searched defs:Preprocess (Results 1 – 10 of 10) sorted by relevance
25 class Preprocess(setuptools.Command): class
28 class Preprocess(setuptools.Command): class
27 class Preprocess(setuptools.Command): class
48 Status ModelImpl::Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Preprocess() function in mindspore::ModelImpl
106 Status Model::Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Preprocess() function in mindspore::Model
26 class Preprocess(setuptools.Command): class
118 Status Model::Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Preprocess() function in mindspore::Model
100 __global__ void Preprocess(const int num, int *sel_idx, bool *sel_boxes, T *output, int box_size) { in Preprocess() function
125 void NMSWithMaskCPUKernel<T>::Preprocess(const int num, int *sel_idx, bool *sel_boxes) { in Preprocess() function in mindspore::kernel::NMSWithMaskCPUKernel