Model Pipeline - GPU vs CPU tensor placement
This pipeline shows how tensors (data) are placed on either the CPU or GPU during a simple TensorFlow model training. It helps us understand where the data lives and how computations happen on different devices.