• notoraptor's avatar
    Update checking of integer types. · ba0a5e10
    notoraptor 提交于
    This fixes issue #5274.
    For integer types, any string-based type-checking is replaced with a list-based type-checking using the type lists provided in `theano.tensor` (int_dtypes, uint_dtypes, integer_dtypes, etc.).
    
    NB:
    * Module `theano.sparse` have its own type lists, so they are used in this module instead of `theano.tensor` lists.
    * I have tried to check the types with `discrete_dtypes` where it seems relevant (e.g. in `grad()` functions), but further analyzes may be required. That is the type list to use to fix issue #5274.
    ba0a5e10
名称
最后提交
最后更新
..
tests 正在载入提交数据...
GpuConv3D.py 正在载入提交数据...
GpuConvGrad3D.py 正在载入提交数据...
GpuConvTransp3D.py 正在载入提交数据...
__init__.py 正在载入提交数据...
basic_ops.py 正在载入提交数据...
blas.py 正在载入提交数据...
blocksparse.py 正在载入提交数据...
cnmem.cpp 正在载入提交数据...
cnmem.h 正在载入提交数据...
conv.cu 正在载入提交数据...
conv_full_kernel.cu 正在载入提交数据...
conv_kernel.cu 正在载入提交数据...
corr3d_gemm.cu 正在载入提交数据...
corr_gemm.cu 正在载入提交数据...
cuda_ndarray.cu 正在载入提交数据...
cuda_ndarray.cuh 正在载入提交数据...
cudnn_helper.h 正在载入提交数据...
cula.py 正在载入提交数据...
dnn.py 正在载入提交数据...
dnn_base.c 正在载入提交数据...
dnn_conv_base.c 正在载入提交数据...
dnn_fwd.c 正在载入提交数据...
dnn_gi.c 正在载入提交数据...
dnn_gw.c 正在载入提交数据...
elemwise.py 正在载入提交数据...
extra_ops.py 正在载入提交数据...
fftconv.py 正在载入提交数据...
kernel_codegen.py 正在载入提交数据...
neighbours.py 正在载入提交数据...
nnet.py 正在载入提交数据...
nvcc_compiler.py 正在载入提交数据...
opt.py 正在载入提交数据...
opt_util.py 正在载入提交数据...
rng_curand.py 正在载入提交数据...
type.py 正在载入提交数据...
var.py 正在载入提交数据...