Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_callback_registry.cc20 DebugCallbackRegistry::DebugCallbackRegistry() {} in DebugCallbackRegistry() function in tensorflow::DebugCallbackRegistry
22 /*static */ DebugCallbackRegistry* DebugCallbackRegistry::instance_ = nullptr;
24 DebugCallbackRegistry* DebugCallbackRegistry::singleton() { in singleton()
26 instance_ = new DebugCallbackRegistry(); in singleton()
31 void DebugCallbackRegistry::RegisterCallback(const string& key, in RegisterCallback()
37 DebugCallbackRegistry::EventCallback* DebugCallbackRegistry::GetCallback( in GetCallback()
44 void DebugCallbackRegistry::UnregisterCallback(const string& key) { in UnregisterCallback()
Ddebug_callback_registry.h40 class DebugCallbackRegistry {
45 static DebugCallbackRegistry* singleton();
58 DebugCallbackRegistry();
66 static DebugCallbackRegistry* instance_;
Ddebug_io_utils_test.cc326 auto* callback_registry = DebugCallbackRegistry::singleton(); in TEST_F()
Ddebug_io_utils.cc457 auto* callback_registry = DebugCallbackRegistry::singleton(); in PublishDebugTensor()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug.proto36 // callback registered with the DebugCallbackRegistry for event_key.