提交 0bd3ed96 authored 作者: Frederic's avatar Frederic

Export ProfileStats earlier in the hierarchi.

We don't want to hide this.
上级 2ffd8b03
......@@ -60,7 +60,7 @@ from theano.compile import \
FunctionMaker, function, OpFromGraph, \
Component, External, Member, Method, \
Composite, ComponentList, ComponentDict, Module, \
ProfileMode, \
ProfileMode, ProfileStats, \
Param, shared
from theano.misc.safe_asarray import _asarray
......
......@@ -16,10 +16,12 @@ from theano.compile.debugmode import DebugMode
from theano.compile.monitormode import MonitorMode
from theano.compile.profiling import ProfileStats, ScanProfileStats
from theano.compile.profilemode import ProfileMode
from theano.compile.sharedvalue import shared, shared_constructor, SharedVariable
from theano.compile.sharedvalue import (shared, shared_constructor,
SharedVariable)
from theano.compile.pfunc import pfunc, Param, rebuild_collect_shared
from theano.compile.function import function
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论