提交 8da50633 authored 作者: David Warde-Farley's avatar David Warde-Farley

Get rid of some trailing whitespace in __init__.py.

上级 8b27e49b
"""
Theano is an optimizing compiler in Python, built to evaluate complicated expressions
(especially matrix-valued ones) as quickly as possible.
(especially matrix-valued ones) as quickly as possible.
Theano compiles expression graphs (see :doc:`graph` ) that are built by Python code.
The expressions in these graphs are called `Apply` nodes and the variables in these graphs are called `Variable` nodes.
......@@ -147,7 +147,7 @@ def __src_version__():
return __src_version__.rval
### This is defined here because it is designed to work across symbolic datatypes
### This is defined here because it is designed to work across symbolic datatypes
# (Sparse and Tensor)
def dot(l, r):
"""Return a symbolic matrix/dot product between l and r """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论