Home
last modified time | relevance | path

Searched refs:SetKernelInfo (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc121 SetKernelInfo(graph.get()); in CompileGraphImpl()
235 SetKernelInfo(kernel_graph.get()); in BuildOpImpl()
313 void CPUSession::SetKernelInfo(const KernelGraph *kernel_graph) { in SetKernelInfo() function in mindspore::session::CPUSession
318 device::cpu::SetKernelInfo(kernel_node); in SetKernelInfo()
Dcpu_session.h60 void SetKernelInfo(const KernelGraph *kernel_graph);
Dgpu_session.cc141 device::gpu::SetKernelInfo(kernel_node); in SelectKernel()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.h34 void SetKernelInfo(const CNodePtr &kernel_node, KernelType kernel_type);
Dkernel_select_ascend.cc544 void SetKernelInfo(const CNodePtr &kernel_node, KernelType kernel_type) { in SetKernelInfo() function
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_launch_kernel.cc51 device::gpu::SetKernelInfo(node_list[i]); in KernelSelect()
Dkernel_info_setter.h70 void SetKernelInfo(const CNodePtr &kernel_node, KernelType kernel_type = KernelType::UNKNOWN_KERNEL…
Dkernel_info_setter.cc312 SetKernelInfo(cnode, KernelType::AKG_KERNEL); in SetGraphKernelInfo()
398 void SetKernelInfo(const CNodePtr &kernel_node, KernelType kernel_type) { in SetKernelInfo() function
Dgpu_stream_assign.cc214 SetKernelInfo(node); in CreateStreamSwitchNode()
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dkernel_select_cpu.h31 void SetKernelInfo(const CNodePtr &apply_kernel_ptr);
Dkernel_select_cpu.cc302 void SetKernelInfo(const CNodePtr &kernel_node) { in SetKernelInfo() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dbatch_norm_relu_fusion.cc93 device::gpu::SetKernelInfo(fused_batch_norm_with_relu); in Process()
Dbatch_norm_add_relu_fusion.cc98 device::gpu::SetKernelInfo(fused_batch_norm_with_add_relu); in Process()
Dpost_batch_norm_add_relu_fusion.cc98 device::gpu::SetKernelInfo(fused_batch_norm_with_add_relu); in Process()
Dbatch_norm_relu_grad_fusion.cc106 device::gpu::SetKernelInfo(fused_batch_norm_grad_with_relu); in Process()
Dbatch_norm_add_relu_grad_fusion.cc200 device::gpu::SetKernelInfo(fused_batch_norm_add_relu_grad); in Process()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc176 SetKernelInfo(node); in SetOperatorInfo()
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc359 SetKernelInfo(node); in SetOperatorInfo()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc608 device::ascend::SetKernelInfo(cnode, kernel_type); in ResetKernelInfo()
611 device::gpu::SetKernelInfo(cnode, kernel_type); in ResetKernelInfo()