提交 525ad607 authored 作者: Frederic Bastien's avatar Frederic Bastien

Add back in_c_key and remove old docstring paragraph.

上级 08a942d4
...@@ -42,7 +42,8 @@ AddConfigVar('floatX', ...@@ -42,7 +42,8 @@ AddConfigVar('floatX',
"Note: float16 support is experimental, use at your own risk.", "Note: float16 support is experimental, use at your own risk.",
EnumStr('float64', 'float32', 'float16', EnumStr('float64', 'float32', 'float16',
convert=floatX_convert,), convert=floatX_convert,),
in_c_key=False # TODO: see gh-4466 for how to remove it.
in_c_key=True
) )
AddConfigVar('warn_float64', AddConfigVar('warn_float64',
......
...@@ -1229,10 +1229,6 @@ class CLinker(link.Linker): ...@@ -1229,10 +1229,6 @@ class CLinker(link.Linker):
It is followed by elements for every node in the topological ordering It is followed by elements for every node in the topological ordering
of `self.fgraph`. of `self.fgraph`.
If the Op of any Apply in the FunctionGraph does not have
c_code_cache_ok()==True, then this function raises a KeyError
exception.
Input Signature Input Signature
--------------- ---------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论