Get xpu version of paddle package.
Return the version information of xpu. If paddle package is non-XPU version, it will return False.
string
Examples
>>> import paddle >>> paddle.version.xpu() >>> '20230114'