Home
last modified time | relevance | path

Searched refs:GetMathResultDtype (Results 1 – 9 of 9) sorted by relevance

/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/routines/
H A Dexplog.cc24 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Erf()
45 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Exp()
66 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Expm1()
87 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Exp2()
108 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Log()
129 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Log10()
150 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Log2()
171 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Log1p()
H A Dactivation.cc52 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in ClippedRelu()
59 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in CRelu()
67 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Elu()
75 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Sigmoid()
81 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Relu()
87 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in LeakyRelu()
152 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Softplus()
H A Dhyperbolic.cc18 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Sinh()
40 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Cosh()
62 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Tanh()
84 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Arcsinh()
106 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Arccosh()
H A Dtrigonometric.cc18 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Sin()
40 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Cos()
62 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Tan()
85 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Arcsin()
107 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Arccos()
129 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Arctan()
151 Dtype out_dtype = internal::GetMathResultDtype(ResultType(x1, x2)); in Arctan2()
H A Drounding.cc16 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Ceil()
26 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Floor()
H A Dreduction.cc79 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Softmax()
89 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in LogSumExp()
98 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in LogSoftmax()
H A Dtype_util.h29 inline Dtype GetMathResultDtype(Dtype dtype) { in GetMathResultDtype() function
H A Dmisc.cc120 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Sqrt()
195 Dtype dtype = internal::GetMathResultDtype(x.dtype()); in Fabs()
H A Dlinalg.cc168 Dtype dtype = internal::GetMathResultDtype(a.dtype()); in Inverse()
337 Dtype dtype = internal::GetMathResultDtype(a.dtype()); in Qr()
418 Dtype dtype = internal::GetMathResultDtype(a.dtype()); in Cholesky()