Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_testing/
Dtesting_commands.py25 class Preprocess(setuptools.Command): class
/third_party/grpc/src/python/grpcio_status/
Dstatus_commands.py28 class Preprocess(setuptools.Command): class
/third_party/grpc/src/python/grpcio_channelz/
Dchannelz_commands.py27 class Preprocess(setuptools.Command): class
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/
Dmodel_impl.cc48 Status ModelImpl::Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Preprocess() function in mindspore::ModelImpl
Dmodel.cc106 Status Model::Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Preprocess() function in mindspore::Model
/third_party/grpc/src/python/grpcio_reflection/
Dreflection_commands.py27 class Preprocess(setuptools.Command): class
/third_party/grpc/src/python/grpcio_health_checking/
Dhealth_commands.py26 class Preprocess(setuptools.Command): class
/third_party/mindspore/mindspore/lite/src/cxx_api/model/
Dmodel.cc118 Status Model::Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Preprocess() function in mindspore::Model
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
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
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dnms_with_mask_cpu_kernel.cc125 void NMSWithMaskCPUKernel<T>::Preprocess(const int num, int *sel_idx, bool *sel_boxes) { in Preprocess() function in mindspore::kernel::NMSWithMaskCPUKernel