Home
last modified time | relevance | path

Searched refs:setExampleSize (Results 1 – 2 of 2) sorted by relevance

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DTrainingEventLogger.java149 .setExampleSize(exampleStats.mExampleSizeBytes.get()) in logComputationCompleted()
173 .setExampleSize(exampleStats.mExampleSizeBytes.get()) in logEventWithExampleStats()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/
DTrainingEventReported.java294 public @NonNull Builder setExampleSize(long value) { in setExampleSize() method in TrainingEventReported.Builder