Home
last modified time | relevance | path

Searched refs:MS_REG_GPU_KERNEL (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/debug/
Dprint_gpu_kernel.cc21 MS_REG_GPU_KERNEL(Print, PrintGpuKernel)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/rl/
Dbuffer_append_gpu_kernel.h54 MS_REG_GPU_KERNEL(BufferAppend, BufferAppendKernel)
Dbuffer_get_gpu_kernel.h53 MS_REG_GPU_KERNEL(BufferGetItem, BufferGetKernel)
Dbuffer_sample_gpu_kernel.h61 MS_REG_GPU_KERNEL(BufferSample, BufferSampleKernel)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/
Ddataset_init_kernel.h55 MS_REG_GPU_KERNEL(InitDataSetQueue, DatasetInitKernel)
Ddataset_iterator_kernel.h58 MS_REG_GPU_KERNEL(GetNext, DatasetIteratorKernel)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/trt/
Dtrt_kernel.h54 MS_REG_GPU_KERNEL(TrtNode, TrtKernel)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/quant/
Dminmax_update_perchannel_gpu_kernel.cc101 MS_REG_GPU_KERNEL(MinMaxUpdatePerChannel, MinMaxUpdatePerChannelGpuKernel)
Dminmax_update_perlayer_gpu_kernel.cc95 MS_REG_GPU_KERNEL(MinMaxUpdatePerLayer, MinMaxUpdatePerLayerGpuKernel)
Dfake_learned_scale_quant_perchannel_gpu_kernel.cc128 MS_REG_GPU_KERNEL(FakeLearnedScaleQuantPerChannel, FakeLearnedScaleQuantPerChannelGpuKernel)
Dfake_learned_scale_quant_perlayer_gpu_kernel.cc119 MS_REG_GPU_KERNEL(FakeLearnedScaleQuantPerLayer, FakeLearnedScaleQuantPerLayerGpuKernel)
Dfake_learned_scale_quant_perlayer_grad_gpu_kernel.cc127 MS_REG_GPU_KERNEL(FakeLearnedScaleQuantPerLayerGrad, FakeLearnedScaleQuantPerLayerGradGpuKernel)
Dfake_quant_perlayer_grad_gpu_kernel.cc135 MS_REG_GPU_KERNEL(FakeQuantPerLayerGrad, FakeQuantPerLayerGradGpuKernel)
Dfake_quant_perchannel_grad_gpu_kernel.cc138 MS_REG_GPU_KERNEL(FakeQuantPerChannelGrad, FakeQuantPerChannelGradGpuKernel)
Dfake_quant_perlayer_gpu_kernel.cc148 MS_REG_GPU_KERNEL(FakeQuantPerLayer, FakeQuantPerLayerGpuKernel)
Dfake_learned_scale_quant_perchannel_grad_gpu_kernel.cc132 MS_REG_GPU_KERNEL(FakeLearnedScaleQuantPerChannelGrad, FakeLearnedScaleQuantPerChannelGradGpuKernel)
Dfake_quant_perchannel_gpu_kernel.cc156 MS_REG_GPU_KERNEL(FakeQuantPerChannel, FakeQuantPerChannelGpuKernel)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/
Dgpu_kernel_factory.h87 #define MS_REG_GPU_KERNEL(OPNAME, OPCLASS) \ macro