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 2024-04-26 UTC."],[],[],null,["# tf.compat.v1.load_file_system_library\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/framework/load_library.py#L77-L97) |\n\nLoads a TensorFlow plugin, containing file system implementation. (deprecated) \n\n tf.compat.v1.load_file_system_library(\n library_filename\n )\n\n| **Deprecated:** 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"]]