提交 05d13bcb authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Apply isort to theano.typed_list sub-package modules

上级 62fa59c9
from .type import TypedListType
from .basic import *
from . import opt from . import opt
from .basic import *
from .type import TypedListType
...@@ -2,11 +2,10 @@ import numpy as np ...@@ -2,11 +2,10 @@ import numpy as np
import theano import theano
import theano.tensor as tt import theano.tensor as tt
from theano.compile.debugmode import _lessbroken_deepcopy
from theano.typed_list.type import TypedListType
from theano.gof import Apply, Constant, Op, Variable from theano.gof import Apply, Constant, Op, Variable
from theano.tensor.type_other import SliceType from theano.tensor.type_other import SliceType
from theano.compile.debugmode import _lessbroken_deepcopy from theano.typed_list.type import TypedListType
class _typed_list_py_operators: class _typed_list_py_operators:
......
from theano import gof from theano import compile, gof
from theano import compile
from theano.gof import TopoOptimizer from theano.gof import TopoOptimizer
from theano.typed_list.basic import Reverse, Append, Extend, Insert, Remove from theano.typed_list.basic import Append, Extend, Insert, Remove, Reverse
@gof.local_optimizer([Append, Extend, Insert, Reverse, Remove], inplace=True) @gof.local_optimizer([Append, Extend, Insert, Reverse, Remove], inplace=True)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论