Home
last modified time | relevance | path

Searched refs:ExampleSelector (Results 1 – 25 of 34) sorted by relevance

12

/external/federated-compute/fcp/client/engine/
Dexample_iterator_factory.h39 const google::internal::federated::plan::ExampleSelector&
45 const google::internal::federated::plan::ExampleSelector&
64 const google::internal::federated::plan::ExampleSelector& in FunctionalExampleIteratorFactory()
69 [](const google::internal::federated::plan::ExampleSelector&) { in FunctionalExampleIteratorFactory()
80 bool(const google::internal::federated::plan::ExampleSelector&)> in FunctionalExampleIteratorFactory()
83 const google::internal::federated::plan::ExampleSelector& in FunctionalExampleIteratorFactory()
92 bool CanHandle(const google::internal::federated::plan::ExampleSelector& in CanHandle()
98 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
106 std::function<bool(const google::internal::federated::plan::ExampleSelector&)>
109 const google::internal::federated::plan::ExampleSelector&)>
Dexample_query_plan_engine_test.cc58 using ::google::internal::federated::plan::ExampleSelector;
71 bool CanHandle(const google::internal::federated::plan::ExampleSelector& in CanHandle()
77 const ExampleSelector& example_selector) override { in CreateExampleIterator()
89 bool CanHandle(const google::internal::federated::plan::ExampleSelector& in CanHandle()
95 const ExampleSelector& example_selector) override { in CreateExampleIterator()
107 const google::internal::federated::plan::ExampleSelector& in TwoExampleIteratorsFactory()
112 const google::internal::federated::plan::ExampleSelector& in TwoExampleIteratorsFactory()
123 bool CanHandle(const google::internal::federated::plan::ExampleSelector& in CanHandle()
129 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
143 const google::internal::federated::plan::ExampleSelector&)>
[all …]
Dplan_engine_helpers.cc39 using ::google::internal::federated::plan::ExampleSelector;
54 : public ExternalDatasetProvider::UsingProtoSelector<ExampleSelector> {
68 ExampleSelector selector) final { in MakeDataset()
273 const ExampleSelector& selector, in FindExampleIteratorFactory()
Dexample_query_plan_engine.cc52 using ::google::internal::federated::plan::ExampleSelector;
197 ExampleSelector selector = example_query.example_selector(); in RunPlan()
Dplan_engine_helpers.h183 const google::internal::federated::plan::ExampleSelector& selector,
/external/federated-compute/fcp/client/opstats/
Dopstats_example_store_test.cc37 using ::google::internal::federated::plan::ExampleSelector;
83 ExampleSelector selector; in TEST_F()
96 ExampleSelector selector; in TEST_F()
107 ExampleSelector selector; in TEST_F()
121 ExampleSelector selector; in TEST_F()
148 ExampleSelector selector; in TEST_F()
196 ExampleSelector selector; in TEST_F()
231 ExampleSelector selector; in TEST_F()
279 ExampleSelector selector; in TEST_F()
326 ExampleSelector selector; in TEST_F()
[all …]
Dopstats_example_store.h68 bool CanHandle(const google::internal::federated::plan::ExampleSelector&
74 const google::internal::federated::plan::ExampleSelector&
Dopstats_example_store.cc41 using ::google::internal::federated::plan::ExampleSelector;
175 const ExampleSelector& example_selector) { in CanHandle()
181 const ExampleSelector& example_selector) { in CreateExampleIterator()
/external/federated-compute/fcp/artifact_building/
Ddata_spec.py38 example_selector_proto: plan_pb2.ExampleSelector, argument
60 plan_pb2.ExampleSelector,
72 def example_selector_proto(self) -> plan_pb2.ExampleSelector:
Dgraph_helpers_test.py50 plan_pb2.ExampleSelector(collection_uri='app://fake_uri')
70 plan_pb2.ExampleSelector(collection_uri='app://foo')
73 plan_pb2.ExampleSelector(collection_uri='app://bar')
96 plan_pb2.ExampleSelector(collection_uri='app://foo')
Ddata_spec_test.py26 _TEST_EXAMPLE_SELECTOR = plan_pb2.ExampleSelector(
/external/federated-compute/fcp/client/testing/
Dutils.h42 using google::internal::federated::plan::ExampleSelector;
85 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
92 const ExampleSelector& example_selector, in CreateExampleIterator()
/external/federated-compute/fcp/client/
Dfederated_select_test.cc57 using ::google::internal::federated::plan::ExampleSelector;
69 ExampleSelector CreateExampleSelector(const std::string& served_at_id, in CreateExampleSelector()
71 ExampleSelector example_selector; in CreateExampleSelector()
138 ExampleSelector selector = in TEST_F()
151 ExampleSelector selector; in TEST_F()
173 ExampleSelector selector = in TEST_F()
Dsimple_task_environment.h70 const google::internal::federated::plan::ExampleSelector&
75 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
Dfederated_select.cc66 const ::google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
146 const ::google::internal::federated::plan::ExampleSelector&
162 const ::google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
Dclient_runner.h88 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
95 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
Dfederated_select.h76 bool CanHandle(const ::google::internal::federated::plan::ExampleSelector& in CanHandle()
Dfcp_runner.cc46 [](const google::internal::federated::plan::ExampleSelector&) { in CreateSimpleTaskEnvironmentIteratorFactory() argument
54 const google::internal::federated::plan::ExampleSelector& in CreateSimpleTaskEnvironmentIteratorFactory()
/external/federated-compute/fcp/tensorflow/
Dexample_selector_fuser_test.py26 selector = plan_pb2.ExampleSelector(collection_uri='app:/test_collection')
37 fused_selector = plan_pb2.ExampleSelector()
Dexample_selector_fuser_op.cc29 using ::google::internal::federated::plan::ExampleSelector;
74 ExampleSelector example_selector; in Compute()
Dmake_slices_selector_example_selector_test.py32 example_selector = plan_pb2.ExampleSelector.FromString(serialized_proto)
Dmake_slices_selector_example_selector_op.cc66 google::internal::federated::plan::ExampleSelector example_selector; in Compute()
/external/federated-compute/fcp/demo/
Dfederated_data_source.py29 _NestedExampleSelector = Union[plan_pb2.ExampleSelector,
Dfederated_context_test.py42 POPULATION_NAME, plan_pb2.ExampleSelector(collection_uri='app:/test'))
320 POPULATION_NAME, plan_pb2.ExampleSelector(collection_uri='app:/1'))
322 POPULATION_NAME, plan_pb2.ExampleSelector(collection_uri='app:/2'))
Dfederated_data_source_test.py29 EXAMPLE_SELECTOR = plan_pb2.ExampleSelector(collection_uri='app://test')

12