Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem_registration.cc74 static void CheckAPI(int plugin_API, int core_API, StringPiece where) { in CheckAPI() argument
75 if (plugin_API != core_API) { in CheckAPI()
76 VLOG(0) << "Plugin API (" << plugin_API << ") for " << where in CheckAPI()