tf.compat.v1.load_file_system_library

View source on GitHub

Loads a TensorFlow plugin, containing file system implementation. (deprecated)

tf.compat.v1.load_file_system_library(
    library_filename
)

Warning: THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use tf.load_library instead.

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:

Returns:

None.

Raises: