提交 0a4ca26c authored 作者: Sean Lee's avatar Sean Lee

GpuConv doesn't inherit from a CPU op, hence HideC is not needed.

上级 81f27ce0
...@@ -13,10 +13,10 @@ except ImportError: ...@@ -13,10 +13,10 @@ except ImportError:
from six.moves import reduce from six.moves import reduce
from .comp import NVCC_compiler from .comp import NVCC_compiler
from .type import GpuArrayType from .type import GpuArrayType
from .basic_ops import (as_gpuarray_variable, GpuKernelBase, HideC, Kernel) from .basic_ops import (as_gpuarray_variable, GpuKernelBase, Kernel)
from theano.gof import utils from theano.gof import utils
class GpuConv(GpuKernelBase, HideC, gof.Op): class GpuConv(GpuKernelBase, gof.Op):
""" """
Implement the batched and stacked 2d convolution on the gpu. Implement the batched and stacked 2d convolution on the gpu.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论