Loading [Contrib]/a11y/accessibility-menu.js
\u200E
get_image_backend
-
paddle.vision.
get_image_backend
(
)
→ _ImageBackend
[source]
-
Gets the name of the package used to load images
-
Returns
-
backend of image load.
-
Return type
-
str
Examples
>>> from paddle.vision import get_image_backend
>>> backend = get_image_backend()
>>> print(backend)
pil