Home
last modified time | relevance | path

Searched refs:core_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()
77 << " operations doesn't match expected core API (" << core_API in CheckAPI()