Home
last modified time | relevance | path

Searched refs:plan_engine (Results 1 – 7 of 7) sorted by relevance

/external/federated-compute/fcp/client/engine/
Dexample_query_plan_engine_test.cc261 ExampleQueryPlanEngine plan_engine({example_iterator_factory_.get()}, in TEST_F() local
264 plan_engine.RunPlan(client_only_plan_.phase().example_query_spec(), in TEST_F()
353 ExampleQueryPlanEngine plan_engine({example_iterator_factory_.get()}, in TEST_F() local
356 plan_engine.RunPlan(client_only_plan_.phase().example_query_spec(), in TEST_F()
449 ExampleQueryPlanEngine plan_engine({example_iterator_factory_.get()}, in TEST_F() local
452 plan_engine.RunPlan(client_only_plan_.phase().example_query_spec(), in TEST_F()
481 ExampleQueryPlanEngine plan_engine({example_iterator_factory_.get()}, in TEST_F() local
484 plan_engine.RunPlan(client_only_plan_.phase().example_query_spec(), in TEST_F()
495 ExampleQueryPlanEngine plan_engine({invalid_example_factory.get()}, in TEST_F() local
498 plan_engine.RunPlan(client_only_plan_.phase().example_query_spec(), in TEST_F()
[all …]
Dtflite_plan_engine_test.cc213 TfLitePlanEngine plan_engine({example_iterator_factory_.get()}, should_abort_, in TEST_F() local
216 engine::PlanResult result = plan_engine.RunPlan( in TEST_F()
DBUILD28 name = "plan_engine",
/external/federated-compute/fcp/client/
Dfcp_runner.cc154 engine::ExampleQueryPlanEngine plan_engine(example_iterator_factories, in RunPlanWithExampleQuerySpec() local
156 engine::PlanResult plan_result = plan_engine.RunPlan( in RunPlanWithExampleQuerySpec()
198 engine::TfLitePlanEngine plan_engine(example_iterator_factories, in RunPlanWithTensorflowSpec() local
201 engine::PlanResult plan_result = plan_engine.RunPlan( in RunPlanWithTensorflowSpec()
Dlc_runner.cc228 engine::TfLitePlanEngine plan_engine(example_iterator_factories, in RunPlanWithTensorflowSpec() local
231 engine::PlanResult plan_result = plan_engine.RunPlan( in RunPlanWithTensorflowSpec()
251 engine::SimplePlanEngine plan_engine( in RunPlanWithTensorflowSpec() local
254 engine::PlanResult plan_result = plan_engine.RunPlan( in RunPlanWithTensorflowSpec()
Dfl_runner.cc317 engine::TfLitePlanEngine plan_engine(example_iterator_factories, in RunEligibilityEvalPlanWithTensorflowSpec() local
320 return plan_engine.RunPlan(client_plan.phase().tensorflow_spec(), in RunEligibilityEvalPlanWithTensorflowSpec()
330 engine::SimplePlanEngine plan_engine( in RunEligibilityEvalPlanWithTensorflowSpec() local
333 return plan_engine.RunPlan( in RunEligibilityEvalPlanWithTensorflowSpec()
463 engine::TfLitePlanEngine plan_engine(example_iterator_factories, in RunPlanWithTensorflowSpec() local
466 engine::PlanResult plan_result = plan_engine.RunPlan( in RunPlanWithTensorflowSpec()
480 engine::SimplePlanEngine plan_engine( in RunPlanWithTensorflowSpec() local
483 engine::PlanResult plan_result = plan_engine.RunPlan( in RunPlanWithTensorflowSpec()
533 engine::ExampleQueryPlanEngine plan_engine(example_iterator_factories, in RunPlanWithExampleQuerySpec() local
535 engine::PlanResult plan_result = plan_engine.RunPlan( in RunPlanWithExampleQuerySpec()
DBUILD304 "//fcp/client/engine:plan_engine",