tf.compat.v1.load_file_system_library | TensorFlow v2.16.1 (original) (raw)
tf.compat.v1.load_file_system_library
Stay organized with collections Save and categorize content based on your preferences.
Loads a TensorFlow plugin, containing file system implementation. (deprecated)
tf.compat.v1.load_file_system_library(
library_filename
)
Pass library_filename
to a platform-specific mechanism for dynamically loading a library. The rules for determining the exact location of the library are platform-specific and are not documented here.
Args | |
---|---|
library_filename | Path to the plugin. Relative or absolute filesystem path to a dynamic library file. |
Returns |
---|
None. |
Raises | |
---|---|
RuntimeError | when unable to load the library. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.