提交 856e2872 authored 作者: Frederic Bastien's avatar Frederic Bastien

import clean up.

上级 724f7aa5
...@@ -9,21 +9,15 @@ import numpy ...@@ -9,21 +9,15 @@ import numpy
import theano import theano
from theano import gof from theano import gof
from theano.gof import Env, graph, utils, link from theano.gof import Env, graph, utils, link
from theano.gof.link import WrapLinkerMany, raise_with_op from theano.gof.link import raise_with_op
#from theano.gof.cutils import run_cthunk from theano.gof.cc import CLinker
from theano.gof.cc import OpWiseCLinker, CLinker
from theano.configparser import config, AddConfigVar, IntParam, BoolParam from theano.configparser import config, AddConfigVar, IntParam, BoolParam
from theano.compile.function_module import (FunctionMaker, from theano.compile.function_module import (FunctionMaker,
alias_root,
deep_copy_op,
Function, Function,
infer_reuse_pattern, infer_reuse_pattern,
SymbolicInput,
SymbolicInputKit, SymbolicInputKit,
SymbolicOutput, SymbolicOutput,
Supervisor, Supervisor)
view_tree_set,
insert_deepcopy)
from theano.compile.mode import Mode, register_mode from theano.compile.mode import Mode, register_mode
AddConfigVar('DebugMode.patience', AddConfigVar('DebugMode.patience',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论