Home
last modified time | relevance | path

Searched defs:plugin_filename (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc1204 m.def("TF_RegisterFilesystemPlugin", [](const char* plugin_filename) { in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api.cc2635 void TF_RegisterFilesystemPlugin(const char* plugin_filename, in TF_RegisterFilesystemPlugin()