提交 9338bea2 authored 作者: Frederic's avatar Frederic

remove import *

上级 76b41a6d
...@@ -15,7 +15,11 @@ import theano ...@@ -15,7 +15,11 @@ import theano
from theano.gof import FunctionGraph from theano.gof import FunctionGraph
from theano import gof from theano import gof
from theano.scalar.basic import * from theano.scalar.basic import (floats, float32, float64,
ints, int8, int32, complex64,
ComplexError, IntDiv, TrueDiv,
Composite, add, div_proxy,
and_, eq, neq, invert, mul)
def inputs(): def inputs():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论