Caesar AI Atlas

Device

Caesar AI Atlas Definition

Device is an overloaded term in machine learning that may refer to hardware capable of running computation, such as a CPU, GPU, or TPU. It can also mean the accelerator-side component that manipulates tensors and embeddings while a host system coordinates execution.

Other Definitions

Device Source

An overloaded term with the following two possible definitions: 1. A category of hardware that can run a TensorFlow session, including CPUs, GPUs, and TPUs. 2. When training an ML model on accelerator chips (GPUs or TPUs), the part of the system that actually manipulates tensors and embeddings. The device runs on accelerator chips. In contrast, the host typically runs on a CPU.

Related Terms