Home
last modified time | relevance | path

Searched refs:TF_RegisterFilesystemPlugin (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dload_library.py215 py_tf.TF_RegisterFilesystemPlugin(plugin_location)
/external/tensorflow/tensorflow/c/
Dc_api.h1599 TF_CAPI_EXPORT extern void TF_RegisterFilesystemPlugin(
Dc_api.cc2635 void TF_RegisterFilesystemPlugin(const char* plugin_filename, in TF_RegisterFilesystemPlugin() function
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc1207 TF_RegisterFilesystemPlugin(plugin_filename, status.get()); in PYBIND11_MODULE()