Home
last modified time | relevance | path

Searched refs:LogComputationStarted (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dphase_logger.h142 virtual void LogComputationStarted() = 0;
H A Dphase_logger_impl.h126 void LogComputationStarted() override;
H A Dphase_logger_impl_test.cc566 TEST_P(PhaseLoggerImplTest, LogComputationStarted) { in TEST_P() argument
572 phase_logger_->LogComputationStarted(); in TEST_P()
H A Dlc_runner.cc335 phase_logger.LogComputationStarted(); in RunLocalComputation()
H A Dfl_runner.cc1470 phase_logger.LogComputationStarted(); in RunFederatedComputation()
1579 phase_logger.LogComputationStarted(); in RunPlanWithTensorflowSpecForTesting()
H A Dphase_logger_impl.cc367 void PhaseLoggerImpl::LogComputationStarted() { in LogComputationStarted() function in fcp::client::PhaseLoggerImpl
H A Dtest_helpers.h737 MOCK_METHOD(void, LogComputationStarted, (), (override));