Loading [Contrib]/a11y/accessibility-menu.js
\u200E
get_image_backend
-
paddle.vision.
get_image_backend
(
)
[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)