enforce_failed
Yibing Liu 8 years ago
parent 0289a0091f
commit 5915138c79

@ -67,7 +67,7 @@ Given a 2-D tensor X with 2 rows and 2 columns
[[1, 2], [3, 4]]
with target shape = [1, 4], the reshape operator will tansform
with target shape = [1, 4], the reshape operator will transform
the tensor X into a 1-D tensor:
[1, 2, 3, 4]

Loading…
Cancel
Save