提交 d15c964b authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Removed outdated debug print

上级 cb3f4de6
......@@ -559,10 +559,6 @@ C code.
raise TypeError('y must be a 1-d vector')
# Create an output variable of the same type as x
print x.dtype
print y.dtype
print theano.scalar.upcast(x.dtype, y.dtype)
print "----"
output_var = theano.tensor.TensorType(
dtype=theano.scalar.upcast(x.dtype, y.dtype),
broadcastable=[False])()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论