Home
last modified time | relevance | path

Searched refs:mExampleSizeBytes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DExampleStats.java25 public final AtomicLong mExampleSizeBytes = new AtomicLong(0); field in ExampleStats
DTrainingEventLogger.java149 .setExampleSize(exampleStats.mExampleSizeBytes.get()) in logComputationCompleted()
173 .setExampleSize(exampleStats.mExampleSizeBytes.get()) in logEventWithExampleStats()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/
DFederatedComputeWorker.java977 run.mExampleStats.mExampleSizeBytes.addAndGet(
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/
DFederatedComputeWorkerTest.java846 assertThat(exampleStats.mExampleSizeBytes.get()).isEqualTo(EXAMPLE_SIZE_BYTES); in testPublishToResultHandlingServiceThrowsException_returnsSuccess()