摘要:
相同之处 都可以用来重新调整 tensor 的形状。 不同之处 1.view 函数只能用于 contiguous 后的 tensor 上,也就是只能用于内存中连续存储的 tensor。如果对 tensor 调用过 transpose, permute 等操作的话会使该 tensor 在内存中变得不再 阅读全文
摘要:
https://blog.csdn.net/qccz123456/article/details/80345999 阅读全文