提交 d7a67b73 authored 作者: Frederic's avatar Frederic

Fix comment.

上级 c4ea6761
...@@ -298,7 +298,7 @@ theano.compile.register_view_op_c_code(GpuArrayType, """ ...@@ -298,7 +298,7 @@ theano.compile.register_view_op_c_code(GpuArrayType, """
Py_XINCREF(%(oname)s); Py_XINCREF(%(oname)s);
""", version=(0,)) """, version=(0,))
# Register TensorType C code for ViewOp. # Register TensorType C code for Shape Op.
theano.compile.register_shape_c_code( theano.compile.register_shape_c_code(
GpuArrayType, GpuArrayType,
""" """
......
...@@ -612,7 +612,7 @@ theano.compile.register_view_op_c_code( ...@@ -612,7 +612,7 @@ theano.compile.register_view_op_c_code(
version=1) version=1)
# Register TensorType C code for ViewOp. # Register TensorType C code for Shape Op.
theano.compile.register_shape_c_code( theano.compile.register_shape_c_code(
TensorType, TensorType,
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论