Searched defs:SqrtGrad (Results 1 – 5 of 5) sorted by relevance
22 class SqrtGrad : public OpDesc { class24 SqrtGrad() { (void)validators_.emplace_back(std::make_unique<CheckAllFormatsSame>()); } in SqrtGrad() function in mindspore::graphkernel::expanders::SqrtGrad
399 IMPLEMT_VERIFIER(SqrtGrad, SqrtGradVerify) { in IMPLEMT_VERIFIER() argument
170 void EltWiseGradCpuTypeFunc<T>::SqrtGrad(const T *input1, const T *input2, T *out, size_t start, si… in SqrtGrad() function in mindspore::kernel::__anon1f28814f0111::EltWiseGradCpuTypeFunc
2571 SqrtGrad() : BaseOperator(kNameSqrtGrad) {} in SqrtGrad() function
5428 [SqrtGrad] section5429 opInfo.subTypeOfInferShape = 15430 opInfo.opsFlag = OPS_FLAG_CLOSE5431 opInfo.engine = DNN_VM_AICPU5432 opInfo.flagPartial = False5433 opInfo.computeCost = 1005434 opInfo.flagAsync = False5435 opInfo.opKernelLib = CUSTAICPUKernel5436 opInfo.formatAgnostic = False5437 opInfo.userDefined = True[all …]