提交 dc849f6e authored 作者: Razvan Pascanu's avatar Razvan Pascanu 提交者: David Warde-Farley

extra comments of how the op should be used

上级 8d6d5b14
...@@ -31,7 +31,10 @@ _logger = logging.getLogger('theano.lazycond') ...@@ -31,7 +31,10 @@ _logger = logging.getLogger('theano.lazycond')
class IfElse(PureOp): class IfElse(PureOp):
""" """
Op that works with CVM/VM to support conditional graph evaluation. Op that works with CVM/VM to support conditional graph evaluation. Note,
this op is not suppose to be used directly, it should be used through
the `ifelse` function. The op supports mutile values that are all
conditioned by the same 'tf'.
Example usage: Example usage:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论