Which hardware accelerator is specifically designed by Google for training and inference of machine learning models, particularly their TensorFlow framework?
Trap 1: NPU
NPU stands for Neural Processing Unit, a broad category; not specific to Google.
Trap 2: FPGA
FPGAs are reconfigurable, not designed specifically by Google for ML.
Trap 3: GPU
GPUs are general-purpose accelerators, not Google-specific.
- A
NPU
Why wrong: NPU stands for Neural Processing Unit, a broad category; not specific to Google.
- B
FPGA
Why wrong: FPGAs are reconfigurable, not designed specifically by Google for ML.
- C
GPU
Why wrong: GPUs are general-purpose accelerators, not Google-specific.
- D
TPU
TPU is Google's custom chip for ML, optimized for TensorFlow.