Home
last modified time | relevance | path

Searched defs:float_dtypes (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-PyWavelets/pywt-1.2.0/pywt/tests/
H A Dtest_thresholding.py8 float_dtypes = [np.float32, np.float64, np.complex64, np.complex128] variable
/dports/science/py-chainer/chainer-7.8.0/chainerx/testing/
H A Ddtypes.py7 float_dtypes = ( variable
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/restoration/tests/
H A Dtest_denoise.py36 float_dtypes = [np.float16, np.float32, np.float64] variable
/dports/math/py-theano/Theano-1.0.5/theano/sparse/
H A Dbasic.py402 float_dtypes = [t for t in all_dtypes if t[:5] == 'float'] variable
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dbasic.py58 float_dtypes = list(map(str, scal.float_types)) variable