tf.experimental.register_filesystem_plugin

Loads a TensorFlow FileSystem plugin.

plugin_location Path to the plugin. Relative or absolute filesystem plugin path to a dynamic library file.

None

OSError When the file to be loaded is not found.
RuntimeError when unable to load the library.