Searched refs:OpDataProducerBegin (Results 1 – 8 of 8) sorted by relevance
47 void OpDataProducerBegin(const std::string op_name, const uint32_t pid);
62 void CPUProfiler::OpDataProducerBegin(const std::string op_name, const uint32_t pid) { in OpDataProducerBegin() function in mindspore::profiler::cpu::CPUProfiler
130 void OpDataProducerBegin(const std::string op_name, void *stream);
435 void GPUProfiler::OpDataProducerBegin(const std::string op_name, void *stream) { in OpDataProducerBegin() function in mindspore::profiler::gpu::GPUProfiler
280 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), pid); in LaunchKernelWithProfiling()
459 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), streams_.front()); in LaunchKernelWithProfiling()
462 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), pid); in Run()
847 profiler_inst->OpDataProducerBegin(kernel->fullname_with_scope(), stream_); in LaunchKernelWithoutMock()