Searched defs:AcoshGrad (Results 1 – 3 of 3) sorted by relevance
192 void EltWiseGradCPUKernel<T>::AcoshGrad(const T *input1, const T *input2, T *out, size_t start, siz… in AcoshGrad() function in mindspore::kernel::EltWiseGradCPUKernel
162 void AcoshGrad(const T *input, const T *dout, T *output, const size_t count, cudaStream_t cuda_stre… in AcoshGrad() function
64 class AcoshGrad(PrimitiveWithInfer): class