Home
last modified time | relevance | path

Searched refs:kPrimAtan2 (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_cluster.cc70 {kGPUDevice, OpLevel_0, prim::kPrimAtan2}, in GetClusterableOpList()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_cpu_kernel.cc407 {prim::kPrimAtan2->name(), &ArithmeticCPUKernel<T>::Atan2}, in InitComputeFunc()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h271 inline const PrimitivePtr kPrimAtan2 = std::make_shared<Primitive>("Atan2"); variable