Model Pipeline - Tensor creation (constant, variable, zeros, ones)
This pipeline shows how different types of tensors are created and used in TensorFlow. It starts with creating constant, variable, zeros, and ones tensors, then uses them in a simple computation to observe changes and outputs.