Home
last modified time | relevance | path

Searched defs:CheckParam (Results 1 – 23 of 23) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/control/
Dtensorlist_setitem.cc42 int TensorListSetItemCPUKernel::CheckParam() const { in CheckParam() function in mindspore::kernel::TensorListSetItemCPUKernel
Dtensorlist_stack.cc31 int TensorListStackCPUKernel::CheckParam() { in CheckParam() function in mindspore::kernel::TensorListStackCPUKernel
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dapproximate_equal_cpu_kernel.cc32 void ApproximateEqualCpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::ApproximateEqualCpuKernelMod
Dbatch_to_space_nd_cpu_kernel.cc30 bool BatchToSpaceNDCpuKernelMod::CheckParam() { in CheckParam() function in mindspore::kernel::BatchToSpaceNDCpuKernelMod
Dspace_to_batch_nd_cpu_kernel.cc32 void SpaceToBatchNDCpuKernelMod::CheckParam() { in CheckParam() function in mindspore::kernel::SpaceToBatchNDCpuKernelMod
Dsearchsorted_cpu_kernel.cc96 void SearchSortedCpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::SearchSortedCpuKernelMod
Dapply_adagrad_cpu_kernel.cc36 void ApplyAdagradCpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::ApplyAdagradCpuKernelMod
Dsplit_cpu_kernel.cc117 void SplitCpuKernelMod::CheckParam() { in CheckParam() function in mindspore::kernel::SplitCpuKernelMod
Dapply_adagrad_v2_cpu_kernel.cc56 int ApplyAdagradV2CpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::ApplyAdagradV2CpuKernelMod
Dapply_addsign_cpu_kernel.cc75 void ApplyAddsignCpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::ApplyAddsignCpuKernelMod
Dmulti_margin_loss_cpu_kernel.cc220 void MultiMarginLossCPUKernelMod::CheckParam(const CNodePtr &kernel_node) { in CheckParam() function in mindspore::kernel::MultiMarginLossCPUKernelMod
Dmulti_margin_loss_grad_cpu_kernel.cc239 void MultiMarginLossGradCPUKernelMod::CheckParam(const CNodePtr &kernel_node) const { in CheckParam() function in mindspore::kernel::MultiMarginLossGradCPUKernelMod
Dfused_cast_adam_weight_decay_cpu_kernel.cc195 void FusedCastAdamWeightDecayCpuKernelMod::CheckParam(const std::vector<kernel::KernelTensor *> &in… in CheckParam() function in mindspore::kernel::FusedCastAdamWeightDecayCpuKernelMod
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/arrays/
Dsplit_gpu_kernel.cc118 void SplitFwdGpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::SplitFwdGpuKernelMod
Dsearch_sorted_gpu_kernal.cc130 void SearchSortedGpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::SearchSortedGpuKernelMod
Dslice_gpu_kernel.cc432 void SliceGpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::SliceGpuKernelMod
Dslice_grad_gpu_kernel.cc261 void SliceGradGpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::SliceGradGpuKernelMod
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Drgb_to_hsv.cc74 uint32_t RGBToHSVCpuKernel::CheckParam(CpuKernelContext &ctx, const std::string &in_or_out, uint32_… in CheckParam() function in aicpu::RGBToHSVCpuKernel
Dmatrix_set_diag_v3.cc35 uint32_t MatrixSetDiagV3CpuKernel::CheckParam(CpuKernelContext &ctx) { in CheckParam() function in aicpu::MatrixSetDiagV3CpuKernel
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Ddeformable_offsets_gpu_kernel.cc65 bool DeformableOffsetsGpuKernelMod::CheckParam(const PrimitivePtr &primitive_) { in CheckParam() function in mindspore::kernel::DeformableOffsetsGpuKernelMod
Dsparse_apply_adagrad_d_a_gpu_kernel.cc260 void SparseApplyAdagradDAGpuKernelMod::CheckParam(const std::vector<KernelTensor *> &inputs, in CheckParam() function in mindspore::kernel::SparseApplyAdagradDAGpuKernelMod
/third_party/openhitls/crypto/bn/src/
Dbn_sqrt.c40 static int32_t CheckParam(const BN_BigNum *a, const BN_BigNum *p) in CheckParam() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp1825 auto CheckParam = [&](StringRef Name, unsigned ParamNo) { in verifyFunctionAttrs() local