HomeSort by relevance Sort by last modified time
    Searched refs:DebugCallbackRegistry (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/debug/
debug_callback_registry.cc 20 DebugCallbackRegistry::DebugCallbackRegistry() {}
22 /*static */ DebugCallbackRegistry* DebugCallbackRegistry::instance_ = nullptr;
24 DebugCallbackRegistry* DebugCallbackRegistry::singleton() {
26 instance_ = new DebugCallbackRegistry();
31 void DebugCallbackRegistry::RegisterCallback(const string& key,
37 DebugCallbackRegistry::EventCallback* DebugCallbackRegistry::GetCallback
    [all...]
debug_callback_registry.h 40 class DebugCallbackRegistry {
45 static DebugCallbackRegistry* singleton();
58 DebugCallbackRegistry();
66 static DebugCallbackRegistry* instance_;
debug_io_utils_test.cc 324 auto* callback_registry = DebugCallbackRegistry::singleton();
debug_io_utils.cc 441 auto* callback_registry = DebugCallbackRegistry::singleton();
    [all...]

Completed in 1686 milliseconds