提交 a2913d33 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

numpydoc for theano/tensor/blas_headers.py

上级 0c1711f5
""" Header text for the C and Fortran BLAS interfaces. """ Header text for the C and Fortran BLAS interfaces.
There is no standard name or location for this header, so we just insert it There is no standard name or location for this header, so we just insert it
ourselves into the C code ourselves into the C code.
""" """
import logging import logging
import textwrap import textwrap
...@@ -32,6 +33,7 @@ def detect_macos_sdot_bug(): ...@@ -32,6 +33,7 @@ def detect_macos_sdot_bug():
detected. Its value is returned by the function detected. Its value is returned by the function
- detect_macos_sdot_bug.fix_works will be set to True if the fix was - detect_macos_sdot_bug.fix_works will be set to True if the fix was
attempted, and succeeded. attempted, and succeeded.
""" """
_logger.debug('Starting detection of bug in Mac OS BLAS sdot_ routine') _logger.debug('Starting detection of bug in Mac OS BLAS sdot_ routine')
if detect_macos_sdot_bug.tested: if detect_macos_sdot_bug.tested:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论