- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for name_str (0.1 sec)
-
tensorflow/c/c_api.cc
if (!api_def_map->update_docs_called) { api_def_map->api_def_map.UpdateDocs(); api_def_map->update_docs_called = true; } string name_str(name, name_len); const auto* api_def = api_def_map->api_def_map.GetApiDef(name_str); if (api_def == nullptr) { return nullptr; } TF_Buffer* ret = TF_NewBuffer(); status->status = MessageToBuffer(*api_def, ret);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)