Question: Create a tensor a from list ( range ( 9 ) ) . Predict and then check the size, offset, and stride. Create a new

Create a tensor a from list(range(9)).
Predict and then check the size, offset, and stride.
Create a new tensor using b=a*view(3,3). What does view do? Check that a
and b share the same storage.
Create a tensor c=b[1:1:]. Predict and then check the size, offset, and stride. please provide the code
Create a tensor a from list ( range ( 9 ) ) .

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!