Home
last modified time | relevance | path

Searched refs:Preprocess (Results 1 – 25 of 27) sorted by relevance

12

/third_party/openssl/external/perl/Text-Template-1.46/t/
D12-preprocess.t6 use Text::Template::Preprocess;
12 unless $Text::Template::Preprocess::VERSION == 1.46;
35 $tmpl = new Text::Template::Preprocess
39 $tmpl = new Text::Template::Preprocess
/third_party/openssl/external/perl/Text-Template-1.46/lib/Text/Template/
DPreprocess.pm2 package Text::Template::Preprocess;
5 $Text::Template::Preprocess::VERSION = 1.46;
/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
83 Status ret = Preprocess(inputs, &preprocess_outputs); in PredictWithPreprocess()
Dmodel.cc106 Status Model::Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs) { in Preprocess() function in mindspore::Model
111 return impl_->Preprocess(inputs, outputs); in Preprocess()
Dmodel_impl.h49 virtual Status Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs);
/third_party/grpc/src/python/grpcio_testing/
Dtesting_commands.py25 class Preprocess(setuptools.Command): class
Dsetup.py61 'preprocess': _testing_commands.Preprocess,
/third_party/grpc/src/python/grpcio_status/
Dstatus_commands.py28 class Preprocess(setuptools.Command): class
Dsetup.py76 'preprocess': _status_commands.Preprocess,
/third_party/grpc/src/python/grpcio_channelz/
Dchannelz_commands.py27 class Preprocess(setuptools.Command): class
Dsetup.py78 'preprocess': _channelz_commands.Preprocess,
/third_party/grpc/src/python/grpcio_reflection/
Dreflection_commands.py27 class Preprocess(setuptools.Command): class
Dsetup.py78 'preprocess': _reflection_commands.Preprocess,
/third_party/grpc/src/python/grpcio_health_checking/
Dhealth_commands.py26 class Preprocess(setuptools.Command): class
Dsetup.py77 'preprocess': _health_commands.Preprocess,
/third_party/openssl/external/perl/Text-Template-1.46/
DMANIFEST8 lib/Text/Template/Preprocess.pm
DREADME148 New subclass: Text::Template::Preprocess. Just like
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dnms_with_mask_cpu_kernel.h55 void Preprocess(const int num, int *sel_idx, bool *sel_boxes);
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
237 Preprocess(num_input_, sel_idx, sel_boxes); in Launch()
/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
180Preprocess<<<GET_BLOCKS(num), GET_THREADS, 0, cuda_stream>>>(num, sel_idx, sel_boxes, output, box_… in CalPreprocess()
/third_party/ffmpeg/doc/
Dbuild_system.txt11 Preprocess x86 external assembler files to a .dbg.asm file in the object
/third_party/mindspore/include/api/
Dmodel.h96 Status Preprocess(const std::vector<MSTensor> &inputs, std::vector<MSTensor> *outputs);
/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/mesa3d/src/microsoft/compiler/
Ddxcapi.h369 virtual HRESULT STDMETHODCALLTYPE Preprocess(
/third_party/node/tools/doc/
Dhtml.mjs197 // Preprocess headers, stability blockquotes, and YAML blocks.

12