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. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/experimental/register_filesystem_plugin