提交 743f7aa9 authored 作者: Pascal Lamblin's avatar Pascal Lamblin 提交者: GitHub

Merge pull request #6159 from jhelie/fix-variable-classes

make variable class new style
......@@ -18,7 +18,7 @@ from theano.gof.utils import ANY_TYPE, comm_guard, FALL_THROUGH, iteritems
################################
class Variable:
class Variable(object):
"""
Serves as a base class of variables for the purpose of unification.
"Unification" here basically means matching two patterns, see the
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论