Home
last modified time | relevance | path

Searched refs:GetSingleton (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Ddelegate_registry.cc38 DelegatePluginRegistry* DelegatePluginRegistry::GetSingleton() { in GetSingleton() function in tflite::delegates::DelegatePluginRegistry
45 auto* const instance = DelegatePluginRegistry::GetSingleton(); in CreateByName()
51 auto* const instance = DelegatePluginRegistry::GetSingleton(); in Register()
Ddelegate_registry.h81 static DelegatePluginRegistry* GetSingleton();
/external/tensorflow/tensorflow/lite/tools/delegates/
Ddelegate_provider.h75 auto* const instance = DelegateProviderRegistrar::GetSingleton(); in Register()
81 return GetSingleton()->providers_; in GetProviders()
90 static DelegateProviderRegistrar* GetSingleton() { in GetSingleton() function
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dpython_tracer.cc70 PythonHooks::GetSingleton()->Start(options_); in Start()
79 context_ = PythonHooks::GetSingleton()->Stop(); in Stop()
/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc36 T::GetSingleton()->ProfileFast(frame, what, arg); in ProfileFunction()
103 PythonHooks* PythonHooks::GetSingleton() { in GetSingleton() function in tensorflow::profiler::PythonHooks
139 PythonHooks* singleton = PythonHooks::GetSingleton(); in Start()
312 PythonHooks* singleton = PythonHooks::GetSingleton(); in SetProfilerInAllThreads()
Dpython_hooks.h115 static PythonHooks* GetSingleton();
/external/tensorflow/tensorflow/core/platform/
Dlogger.h43 static Logger* GetSingleton();
Dlogger.cc77 /*static*/ Logger* Logger::GetSingleton() { in GetSingleton() function in tensorflow::Logger
/external/protobuf/src/google/protobuf/
Dmessage.cc672 T* GetSingleton() { in GetSingleton() function
684 return GetSingleton<internal::RepeatedFieldPrimitiveAccessor<type> >(); in RepeatedFieldAccessor()
698 return GetSingleton<internal::RepeatedPtrFieldStringAccessor>(); in RepeatedFieldAccessor()
703 return GetSingleton<internal::MapFieldAccessor>(); in RepeatedFieldAccessor()
705 return GetSingleton<internal::RepeatedPtrFieldMessageAccessor>(); in RepeatedFieldAccessor()
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc167 Logger::GetSingleton()->LogProto(log); in LogConvAutotuneResults()
214 Logger::GetSingleton()->LogProto(log); in LogFusedConvForwardAutotuneResults()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc201 tensorflow::Logger::GetSingleton()->LogProto(log); in DoUncachedGemmAutotune()
Dgpu_conv_algorithm_picker.cc602 tensorflow::Logger::GetSingleton()->LogProto(log); in PickBestAlgorithmNoCacheCuda()