- 19 2月, 2010 29 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
when the 1msigmoid optimization is not registered.
-
由 James Bergstra 提交于
can be unpickled properly even though Gemm has an 'inplace' property now.
-
由 James Bergstra 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Add parameter 'inplace' to Gemm Op. Alias gemm_inplace to Gemm(inplace=True) and gemm_no_inplace to Gemm(inplace=False). Replace calls to 'gemm' in GemmOptimizer by calls to gemm_no_inplace.
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
If True, won't print the intermediate var that don't have name.
-
由 gdesjardins 提交于
instead created setsubtensor function. Also added python and rst documentation.
-
- 18 2月, 2010 11 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
internal use. I created a new Alloc() Op that is used for fill-lifting Optimizations.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
specialization. It inserts a new op called PseudoGemm. This Op has the same signature as Gemm but does not work inplace. Another optimization comes later in the pipeline and swaps PseudoGemm for Gemm
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
An Env feature persists throughout the life of the env, so many optimizations can take advantage of the Shape analysis done by ShapeFeature.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
exact output from the rngs, the float32-casted sampling bounds mess things up.
-