Home
last modified time | relevance | path

Searched defs:total_example_count (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dplan_engine_helpers.cc58 OpStatsLogger* opstats_logger, std::atomic<int>* total_example_count, in TrainingDatasetProvider()
115 std::atomic<int>* total_example_count, in DatasetIterator()
186 std::atomic<int>* total_example_count, in AddDatasetTokenToInputs()
212 std::atomic<int>* total_example_count, in AddDatasetTokenToInputsForTfLite()
H A Dtflite_plan_engine.cc38 absl::StatusOr<OutputTensors> output, std::atomic<int>* total_example_count, in CreatePlanResultFromOutput()
92 std::atomic<int> total_example_count = 0; in RunPlan() local
H A Dsimple_plan_engine.cc83 std::atomic<int> total_example_count = 0; in RunPlan() local
121 std::atomic<int>* total_example_count, in RunPlanInternal()
H A Dexample_query_plan_engine.cc212 std::atomic<int> total_example_count = 0; in RunPlan() local
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Ddataloader.cpp1647 const size_t total_example_count = 35; in TEST() local