You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
XLA is an abstraction layer of computation graph for better efficiency, consistency, portability, and a lot as they claim. However, the most significant feature is to enable access to google's TPU or other customized accelerator hardware that uses the same abstraction.
Description
XLA is an abstraction layer of computation graph for better efficiency, consistency, portability, and a lot as they claim. However, the most significant feature is to enable access to google's TPU or other customized accelerator hardware that uses the same abstraction.
Sample code to use XLA device could be:
References
The text was updated successfully, but these errors were encountered: