提交 113ced72 authored 作者: Tanjay94's avatar Tanjay94

Fixed small mistake in extra_ops

上级 1526fcbb
...@@ -3,12 +3,12 @@ import numpy ...@@ -3,12 +3,12 @@ import numpy
import theano import theano
from theano.tensor import basic as tensor from theano.tensor import basic
from theano.tensor import nlinalg from theano.tensor import nlinalg
from theano import gof, scalar from theano import gof, scalar
from theano.gradient import DisconnectedType from theano.gradient import DisconnectedType
tensor = basic
class CumsumOp(theano.Op): class CumsumOp(theano.Op):
# See function cumsum for docstring # See function cumsum for docstring
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论