Home
last modified time | relevance | path

Searched defs:client_plan (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/
H A Dfcp_runner.cc118 const ClientOnlyPlan& client_plan, in RunPlanWithExampleQuerySpec()
167 const ClientOnlyPlan& client_plan, in RunPlanWithTensorflowSpec()
219 const google::internal::federated::plan::ClientOnlyPlan& client_plan, in RunFederatedComputation()
H A Dfl_runner.cc293 const ClientOnlyPlan& client_plan, in RunEligibilityEvalPlanWithTensorflowSpec()
434 const ClientOnlyPlan& client_plan, in RunPlanWithTensorflowSpec()
498 const ClientOnlyPlan& client_plan, in RunPlanWithExampleQuerySpec()
1547 const ClientOnlyPlan& client_plan, in RunPlanWithTensorflowSpecForTesting()
H A Dlc_runner.cc190 const ClientOnlyPlan& client_plan, const std::string& input_dir_uri, in RunPlanWithTensorflowSpec()
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dplan_utils.py171 def client_plan(self) -> bytes: member in Session