lab01-2 Tensor Manipulation II

Veiw (Reshape)

|ft| = (2, 2, 3) -> (2 x 2, 3) -> (4, 3) : reshaped

Squeeze

Squeeze deletes dimensions with element count of 1.

Unsqueeze

put the number 1 in to the dimension I want (do the opposite of squeeze)

Type Casting

Concatenate

Stacing

Ones and Zeros

In-place Operation