Hacker News new | ask | show | jobs
by shaklee3 3114 days ago
It's not clear to me how programmable the tpu is. I'm sure it's great at convolutions and matrix multiplies. Can it do anything else?
3 comments

Without speaking to the capabilities of TPUs, note that most ML models today are mostly convolutions and matrix multiplies.
Neither do tensor cores
The tensor core is one part of the GPU. It has plenty of other capabilities.
What else should it be doing?

It's an accelerator to run Tensorflow graphs, and TF graphs essentially are converted to matrix operations and convolutions.