Home
last modified time | relevance | path

Searched defs:y_res (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dgelu_impl.cu81 T y_res = 0.5 * (1.0 + tanh_res) + 0.5 * x * (1.0 - tanh_res * tanh_res) * mul_right; in GeluGradKernel() local
96 half2 y_res = half2(0.5, 0.5) * (half2(1.0, 1.0) + tanh_res_half) + in GeluGradKernel() local
109 …half y_res = half(0.5) * (half(1.0) + tanh_res) + half(0.5) * x * (half(1.0) - tanh_res * tanh_res… in GeluGradKernel() local
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftcache.h449 FT_UInt y_res; member
/third_party/freetype/include/freetype/
Dftcache.h448 FT_UInt y_res; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftcache.h448 FT_UInt y_res; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Deltwise_grad_cpu_kernel.cc102 T y_res = (((T)1.0 + tanh_res) + x * ((T)1.0 - tanh_res * tanh_res) * mul_right) / (T)2.0; in GeluGrad() local
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c810 FT_UShort x_res, y_res; in FNT_Face_Init() local
/third_party/flutter/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c800 FT_UShort x_res, y_res; in FNT_Face_Init() local
/third_party/freetype/src/winfonts/
Dwinfnt.c803 FT_UShort x_res, y_res; in FNT_Face_Init() local