View source on GitHub |
Loads a TensorFlow FileSystem plugin.
tf.experimental.register_filesystem_plugin(
plugin_location
)
Args | |
---|---|
plugin_location
|
Path to the plugin. Relative or absolute filesystem plugin path to a dynamic library file. |
Returns | |
---|---|
None |
Raises | |
---|---|
OSError
|
When the file to be loaded is not found. |
RuntimeError
|
when unable to load the library. |