提交 7668f6c8 authored 作者: Frederic Bastien's avatar Frederic Bastien

Deprecate theano.gof.utils.give_variables_names.

上级 bab1c1b8
...@@ -503,6 +503,8 @@ def hist(coll): ...@@ -503,6 +503,8 @@ def hist(coll):
return counts return counts
@deprecated("theano.gof.utils",
msg="Use a_theano_variable.auto_name instead")
def give_variables_names(variables): def give_variables_names(variables):
""" """
Gives unique names to an iterable of variables. Modifies input. Gives unique names to an iterable of variables. Modifies input.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论