Searched refs:plan_engine (Results 1 – 7 of 7) sorted by relevance
/external/federated-compute/fcp/client/engine/ |
D | example_query_plan_engine_test.cc | 261 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 …]
|
D | tflite_plan_engine_test.cc | 213 TfLitePlanEngine plan_engine({example_iterator_factory_.get()}, should_abort_, in TEST_F() local 216 engine::PlanResult result = plan_engine.RunPlan( in TEST_F()
|
D | BUILD | 28 name = "plan_engine",
|
/external/federated-compute/fcp/client/ |
D | fcp_runner.cc | 154 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()
|
D | lc_runner.cc | 228 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()
|
D | fl_runner.cc | 317 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()
|
D | BUILD | 304 "//fcp/client/engine:plan_engine",
|