Denis Shulyaka
Denis Shulyaka

Reputation: 89

Google Cloud TPU support for Tensorflow C++ API

Does Google Cloud TPU support Tensorflow C++ API? I couldn't find any positive or negative statement about that, as well as a sample code or API reference. Does it mean it is not supported?

Upvotes: 1

Views: 505

Answers (1)

aman2930
aman2930

Reputation: 275

Currently, Tensorflow C++ doesn't have TPU specific API's. Tensorflow c++ code should not fail while running on Google Cloud host VM's but it won't be able to use TPU.

Upvotes: 2

Related Questions