Home
last modified time | relevance | path

Searched defs:SqrtGrad (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dsqrt_grad.cc22 class SqrtGrad : public OpDesc { class
24 SqrtGrad() { (void)validators_.emplace_back(std::make_unique<CheckAllFormatsSame>()); } in SqrtGrad() function in mindspore::graphkernel::expanders::SqrtGrad
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Delewise_calculation_ops_proto.cc399 IMPLEMT_VERIFIER(SqrtGrad, SqrtGradVerify) { in IMPLEMT_VERIFIER() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Deltwise_grad_cpu_kernel.cc170 void EltWiseGradCpuTypeFunc<T>::SqrtGrad(const T *input1, const T *input2, T *out, size_t start, si… in SqrtGrad() function in mindspore::kernel::__anon1f28814f0111::EltWiseGradCpuTypeFunc
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h2571 SqrtGrad() : BaseOperator(kNameSqrtGrad) {} in SqrtGrad() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini5428 [SqrtGrad] section
5429 opInfo.subTypeOfInferShape = 1
5430 opInfo.opsFlag = OPS_FLAG_CLOSE
5431 opInfo.engine = DNN_VM_AICPU
5432 opInfo.flagPartial = False
5433 opInfo.computeCost = 100
5434 opInfo.flagAsync = False
5435 opInfo.opKernelLib = CUSTAICPUKernel
5436 opInfo.formatAgnostic = False
5437 opInfo.userDefined = True
[all …]