Home
last modified time | relevance | path

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

/external/federated-compute/fcp/client/engine/
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()
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
Dsimple_plan_engine.cc83 std::atomic<int> total_example_count = 0; in RunPlan() local
121 std::atomic<int>* total_example_count, in RunPlanInternal()
Dexample_query_plan_engine.cc212 std::atomic<int> total_example_count = 0; in RunPlan() local
/external/pytorch/test/cpp/api/
Ddataloader.cpp1647 const size_t total_example_count = 35; in TEST() local