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.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.load_file_system_library\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/framework/load_library.py#L89-L109) |\n\nLoads a TensorFlow plugin, containing file system implementation. (deprecated)\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.load_file_system_library`](/api_docs/python/tf/compat/v1/load_file_system_library)\n\n\u003cbr /\u003e\n\n tf.load_file_system_library(\n library_filename\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use [`tf.load_library`](../tf/load_library) instead.\n\nPass `library_filename` to a platform-specific mechanism for dynamically\nloading a library. The rules for determining the exact location of the\nlibrary are platform-specific and are not documented here.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------------------|-------------------------------------------------------------------------------------|\n| `library_filename` | Path to the plugin. Relative or absolute filesystem path to a dynamic library file. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| None. ||\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|----------------|----------------------------------|\n| `RuntimeError` | when unable to load the library. |\n\n\u003cbr /\u003e"]]