Home
last modified time | relevance | path

Searched defs:SetLogging (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/cellular/pseudomodem/
H A Dmodemmanager.py37 def SetLogging(self, level): member in ModemManager
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dworker_cache.h86 virtual void SetLogging(bool active) {} in SetLogging() function
H A Dworker_cache_wrapper.h85 void SetLogging(bool active) override { wrapped_->SetLogging(active); } in SetLogging() function
H A Dworker_cache_logger.cc34 void WorkerCacheLogger::SetLogging(bool v) { in SetLogging() function in tensorflow::WorkerCacheLogger
H A Dworker_session.cc99 void SetLogging(bool active) override { wrapped_->SetLogging(active); } in SetLogging() function in tensorflow::__anonf231d9490111::WorkerFreeListCache
H A Dsession_mgr.cc340 void SessionMgr::SetLogging(bool active) { in SetLogging() function in tensorflow::SessionMgr
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_worker_cache.cc103 void SetLogging(bool v) override { logger_.SetLogging(v); } in SetLogging() function in tensorflow::__anone5493e580111::GrpcWorkerCache