提交 3f1889b1 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix import from previus commit that moved a file.

上级 c78b586e
import sys from copy import copy
import elemwise_cgen as cgen
import numpy
import numpy, theano import elemwise_cgen as cgen
from theano import gof, Variable import theano
from theano import gof
from theano.gof import Op from theano.gof import Op
from theano import scalar from theano import scalar
from theano.scalar import Scalar from theano.scalar import Scalar
from theano import printing
from theano.printing import pprint from theano.printing import pprint
from theano.gof.python25 import all, any from theano.gof.python25 import all, any
from copy import copy, deepcopy from theano.gof.apply_shape import Apply
from theano.tensor.tsor_apply import Apply
# tensor depends on elemwise to provide definitions for several ops # tensor depends on elemwise to provide definitions for several ops
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论