- 19 2月, 2010 17 次提交
-
-
由 Pascal Lamblin 提交于
-
由 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 17 次提交
-
-
由 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.
-
由 Pierre-Antoine Manzagol 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
print more column in the profiler. Added the number of apply in the op-wise summary. Added the number of op in the single op-wise summary
-
由 Frederic Bastien 提交于
small fix to the not used Mean op. Now perform() work event when axis!=None and c_code() generate code only when axis==None(only type of code implemented for now.)
-
- 17 2月, 2010 6 次提交
-
-
由 James Bergstra 提交于
phase.
-
由 James Bergstra 提交于
graphs.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-