Home
last modified time | relevance | path

Searched refs:CHECK_KERNEL_WORKSPACE_SIZE (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dsoftmax_cross_entropy_with_logits_cpu_kernel.cc86CHECK_KERNEL_WORKSPACE_SIZE(workspace.size(), kSoftmaxCrossEntropyWithLogitsWorkspaceSize, kernel_… in Launch()
Dsparse_softmax_cross_entropy_with_logits_cpu_kernel.cc117CHECK_KERNEL_WORKSPACE_SIZE(workspace.size(), kSparseSoftmaxCrossEntropyWithLogitsWorkspaceSize, k… in Launch()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dsparse_apply_proximal_adagrad_cpu_kernel.cc168CHECK_KERNEL_WORKSPACE_SIZE(workspace.size(), kSparseApplyProximalAdagradWorkspaceSize, kernel_nam… in Launch()
Dsparse_apply_lazy_adam_cpu_kernel.cc175 CHECK_KERNEL_WORKSPACE_SIZE(workspace.size(), kSparseApplyLazyAdamWorkspaceSize, kernel_name_); in Launch()
Dsparse_apply_ftrl_cpu_kernel.cc181 CHECK_KERNEL_WORKSPACE_SIZE(workspace.size(), kSparseApplyFtrlWorkspaceSize, kernel_name_); in Launch()
Dsparse_apply_adam_cpu_kernel.cc205 CHECK_KERNEL_WORKSPACE_SIZE(workspace.size(), kSparseApplyAdamWorkspaceSize, kernel_name_); in Launch()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h164 #define CHECK_KERNEL_WORKSPACE_SIZE(actual_size, expect_size, kernel_name) … macro