Home
last modified time | relevance | path

Searched refs:OpDataProducerBegin (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.h47 void OpDataProducerBegin(const std::string op_name, const uint32_t pid);
Dcpu_profiling.cc62 void CPUProfiler::OpDataProducerBegin(const std::string op_name, const uint32_t pid) { in OpDataProducerBegin() function in mindspore::profiler::cpu::CPUProfiler
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.h130 void OpDataProducerBegin(const std::string op_name, void *stream);
Dgpu_profiling.cc435 void GPUProfiler::OpDataProducerBegin(const std::string op_name, void *stream) { in OpDataProducerBegin() function in mindspore::profiler::gpu::GPUProfiler
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc280 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), pid); in LaunchKernelWithProfiling()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc459 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), streams_.front()); in LaunchKernelWithProfiling()
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_kernel_runtime.cc462 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), pid); in Run()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc847 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), stream_); in LaunchKernelWithoutMock()