Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_registration_test.cc48 Status s = registry->ProcessRegistrations(); in TEST()
57 s = registry->ProcessRegistrations(); in TEST()
Dload_library.cc58 Status s = OpRegistry::Global()->ProcessRegistrations(); in LoadDynamicLibrary()
81 s = OpRegistry::Global()->ProcessRegistrations(); in LoadDynamicLibrary()
Dop.h129 Status ProcessRegistrations() const;
Dop.cc195 Status OpRegistry::ProcessRegistrations() const { in ProcessRegistrations() function in tensorflow::OpRegistry