TensorFlow is an open source library for numerical computation using data flow graphs. It allows expressing machine learning algorithms as graphs with nodes representing operations and edges representing the flow of data between nodes. The graphs can then be executed across multiple CPUs and GPUs. Clipper is a system for low latency online prediction serving built using TensorFlow. It aims to handle high query volumes for complex machine learning models.