提交 7362546f authored 作者: James Bergstra's avatar James Bergstra

added standard file header to op.py

上级 2e855e05
...@@ -3,18 +3,21 @@ ...@@ -3,18 +3,21 @@
The `Op` class is the base interface for all operations The `Op` class is the base interface for all operations
compatible with `gof`'s :doc:`graph` routines. compatible with `gof`'s :doc:`graph` routines.
""" """
__authors__ = "theano-dev"
__copyright__ = "(c) 2010, Universite de Montreal"
__license__ = "3-clause BSD License"
__contact__ = "theano-dev <theano-dev@googlegroups.com>"
__docformat__ = "restructuredtext en" __docformat__ = "restructuredtext en"
import logging
from theano import config from theano import config
import graph import graph
import numpy import numpy
import utils import utils
import warnings import warnings
import logging
from theano import config
from env import Env from env import Env
import graph
import cc import cc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论