提交 9f2240d3 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

2 corrections added in theano/tensor/elemwise.py

上级 e8a979cd
...@@ -84,8 +84,8 @@ class DimShuffle(Op): ...@@ -84,8 +84,8 @@ class DimShuffle(Op):
If input.broadcastable[i] == False then i must be found in new_order. If input.broadcastable[i] == False then i must be found in new_order.
Broadcastable dimensions, on the other hand, can be discarded. Broadcastable dimensions, on the other hand, can be discarded.
Examples Extended Summary
-------- ----------------
DimShuffle((False, False, False), ['x', 2, 'x', 0, 1]) DimShuffle((False, False, False), ['x', 2, 'x', 0, 1])
This op will only work on 3d tensors with no broadcastable This op will only work on 3d tensors with no broadcastable
...@@ -459,7 +459,7 @@ class Elemwise(OpenMPOp): ...@@ -459,7 +459,7 @@ class Elemwise(OpenMPOp):
be the same as the corresponding input type (see the doc of be the same as the corresponding input type (see the doc of
scalar.ScalarOp to get help about controlling the output type) scalar.ScalarOp to get help about controlling the output type)
Parameteres Parameters
----------- -----------
scalar_op scalar_op
An instance of a subclass of scalar.ScalarOp which works uniquely An instance of a subclass of scalar.ScalarOp which works uniquely
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论