提交 4dc500ed authored 作者: Alexander Matyasko's avatar Alexander Matyasko

Use relative import to avoid autodoc failure

上级 be1864cd
......@@ -3,10 +3,10 @@ import os.path
import pygpu
from theano import Apply
from theano.gpuarray import as_gpuarray_variable
from theano.gpuarray.basic_ops import CGpuKernelBase, infer_context_name
from theano.tensor.basic import as_tensor_variable
from .basic_ops import CGpuKernelBase, infer_context_name, as_gpuarray_variable
class GpuPool(CGpuKernelBase):
"""
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论