提交 8f2a4d8f authored 作者: Frederic Bastien's avatar Frederic Bastien

Add doc on how to compile scan cython code

上级 a73db670
"""
To update the scan Cython code in Theano you must
- update the version in this file and scan_perform.py
- call "cd theano/scan_module/; cython scan_perform.pyx; patch scan_perform.c numpy_api_changes.diff"
"""
from __future__ import absolute_import, print_function, division from __future__ import absolute_import, print_function, division
import errno import errno
import logging import logging
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论