Model Pipeline - Tensor operations (add, mul, matmul)
This pipeline shows how tensors (multi-dimensional arrays) are combined using addition, element-wise multiplication, and matrix multiplication. These operations are the building blocks for many machine learning models.