Home
last modified time | relevance | path

Searched defs:x_dtype (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/signal/tests/
H A Dtest_upfirdn.py61 def __init__(self, up, down, h, x_dtype): argument
185 def test_vs_naive_delta(self, x_dtype, h, up, down): argument
192 def test_vs_naive(self, x_dtype, h_dtype, p_max, q_max): argument
197 def _random_factors(self, p_max, q_max, h_dtype, x_dtype): argument
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/native/
H A Dnative_device.h42 NativeMaxPoolGradGradState(Array indices, Array offset, Dtype x_dtype) in NativeMaxPoolGradGradState()
47 Dtype x_dtype() const { return x_dtype_; } in x_dtype() function
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/native/native_device/
H A Dmisc.cc43 Dtype x_dtype = ResultType(x1, x2); in Call() local
67 Dtype x_dtype = ResultType(x1, x2); in Call() local
91 Dtype x_dtype = ResultType(x1, x2); in Call() local
H A Dpool.cc177 Dtype x_dtype = native_state.x_dtype(); in Call() local
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/cuda/cuda_device/
H A Dmisc.cu45 Dtype x_dtype = ResultType(x1, x2); in Call() local
78 Dtype x_dtype = ResultType(x1, x2); in Call() local
111 Dtype x_dtype = ResultType(x1, x2); in Call() local
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/
H A Delementwise.py913 def get_binary_func_kernel(context, func_name, x_dtype, y_dtype, out_dtype, argument
926 def get_float_binary_func_kernel(context, func_name, x_dtype, y_dtype, argument
957 frac_dtype=np.float32, x_dtype=np.float32): argument
971 x_dtype=np.float32): argument
996 order_dtype=np.int32, x_dtype=np.float64): argument
1044 def get_hankel_01_kernel(context, out_dtype, x_dtype): argument
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A D_upfirdn.py75 def __init__(self, h, x_dtype, up, down): argument
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/activation/
H A Dlog_softmax.py71 def __init__(self, x_xp, x_shape, x_dtype, axis): argument
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/loss/
H A Dsoftmax_cross_entropy.py53 def _reduction_dtype(x_dtype): argument
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/tests/
H A Dtest_function_base.py1124 def test_x_decreasing_unsigned(self, x_dtype): argument
1132 def test_x_signed_int_big_jump(self, x_dtype): argument
/dports/math/ideep/ideep-2.0.0-119-gb57539e/include/ideep/
H A Dcomputations.hpp2197 auto x_dtype = (dtype != tensor::data_type::s8) local