- 30 6月, 2017 9 次提交
-
-
由 notoraptor 提交于
- i (scalar, int64)
-
由 notoraptor 提交于
- mode (enum list) - context (gpu_context_type) Add Kernel param for theano.gpuarray.neighbours.GpuImages2Neibs: - mode (ga_int) That helps very much to reduce C code variability (from 18 individual ops to about 6 modules with more than 1 op).
-
由 notoraptor 提交于
- mode (enum list)
-
由 notoraptor 提交于
- inplace (bool scalar) - set_instead_of_inc (bool scalar) - context (gpu_context_type) - ndim_input_0 (size_t scalar) - ndim_input_1 (size_t scalar) - typecode_input_0 (integer scalar) - typecode_input_1 (integer scalar) The 4 last params are used to reduce C code variability into c_init_code_struct(). Wrap Op params for theano.gpuarray.subtensor.GpuAdvancedIncSubtensor1_dev20: Same as theano.gpuarray.subtensor.GpuAdvancedIncSubtensor1.
-
由 notoraptor 提交于
- inplace (bool) - set_instead_of_inc (bool, converted to int) Set `check_input=False` for theano.tensor.subtensor.AdvancedSubtensor1.
-
由 notoraptor 提交于
- inplace: boolean scalar - ndim: integer scalr - otypenum: integer scalar - otype_is_float32: boolean scalar - otypecode: integer scalar - context: gpu_context_type
-
由 notoraptor 提交于
- context (gpu_context_type) - axis (integer scalar) - device_is_not_cuda (bool scalar)
-
由 abergeron 提交于
speed up tests, fix compiledir cache crash and old unpickling.
-
由 abergeron 提交于
Added the tri-gamma function.
-
- 29 6月, 2017 11 次提交
-
-
由 Frédéric Bastien 提交于
Params for Gemm, CGer, CGemv
-
由 Frédéric Bastien 提交于
Gradient for matrix pseudoinverse
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Aleksandar Botev 提交于
-
由 Frédéric Bastien 提交于
Work around erroneous dnn_conv results with algo small an large batches
-
- 28 6月, 2017 16 次提交
-
-
由 Frederic Bastien 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 Frédéric Bastien 提交于
Buildbot testsuite names
-
由 Frederic Bastien 提交于
-
由 Frédéric Bastien 提交于
removed part of _optcheck_fgraph and called std_fgraph instead
-
由 notoraptor 提交于
-
由 notoraptor 提交于
-
由 notoraptor 提交于
(replace algo `small` by `none` if necessary).
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 27 6月, 2017 3 次提交
-
-
由 Seton Steven Bocco 提交于
No need of big input.
-
由 Seton Steven Bocco 提交于
-
由 notoraptor 提交于
-
- 26 6月, 2017 1 次提交
-
-
由 Frédéric Bastien 提交于
Allow fallback on GpuCorrMM if cuDNN is not there
-