提交 e83b7e83 authored 作者: Frederic Bastien's avatar Frederic Bastien 提交者: Reyhane Askari

Fix test with the new order

上级 7d3c6d15
......@@ -25,9 +25,9 @@ Currently, information regarding shape is used in two ways in Theano:
>>> f = theano.function([x], (x ** 2).shape)
>>> theano.printing.debugprint(f) # doctest: +NORMALIZE_WHITESPACE
MakeVector{dtype='int64'} [id A] '' 2
|Shape_i{0} [id B] '' 0
|Shape_i{0} [id B] '' 1
| |x [id C]
|Shape_i{1} [id D] '' 1
|Shape_i{1} [id D] '' 0
|x [id C]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论