Searched defs:CreateKernelMod (Results 1 – 7 of 7) sorted by relevance
27 std::shared_ptr<KernelMod> AclKernelLib::CreateKernelMod(const PrimitiveType &op_type, const Kernel… in CreateKernelMod() function in mindspore::kernel::AclKernelLib
24 std::shared_ptr<KernelMod> DefaultKernelLib::CreateKernelMod(const PrimitiveType &op_type, const Ke… in CreateKernelMod() function in mindspore::kernel::DefaultKernelLib
431 kernel::KernelModPtr CPUKernelExecutor::CreateKernelMod(const std::string &op_name) const { in CreateKernelMod() function in mindspore::device::cpu::CPUKernelExecutor
379 …virtual kernel::KernelModPtr CreateKernelMod(const std::string &op_name) const { MS_LOG(EXCEPTION)… in CreateKernelMod() function
148 kernel::KernelModPtr PyBoostUtils::CreateKernelMod(const PrimitivePtr &prim, const std::string &op_… in CreateKernelMod() function in mindspore::kernel::pyboost::PyBoostUtils
942 kernel::KernelModPtr GeKernelExecutor::CreateKernelMod(const std::string &op_name) const { in CreateKernelMod() function in mindspore::device::ascend::GeKernelExecutor
872 kernel::KernelModPtr GPUKernelExecutor::CreateKernelMod(const std::string &op_name) const { in CreateKernelMod() function in mindspore::device::gpu::GPUKernelExecutor