W3cubDocs

/TensorFlow Python

tf.load_file_system_library

tf.load_file_system_library(library_filename)

Defined in tensorflow/python/framework/load_library.py.

See the guide: Building Graphs > Utility functions

Loads a TensorFlow plugin, containing file system implementation.

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.

Returns:

None.

Raises:

  • RuntimeError: when unable to load the library.

© 2018 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/api_docs/python/tf/load_file_system_library