| /external/federated-compute/fcp/client/engine/ |
| D | example_iterator_factory.h | 39 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&)>
|
| D | example_query_plan_engine_test.cc | 58 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 …]
|
| D | plan_engine_helpers.cc | 39 using ::google::internal::federated::plan::ExampleSelector; 54 : public ExternalDatasetProvider::UsingProtoSelector<ExampleSelector> { 68 ExampleSelector selector) final { in MakeDataset() 273 const ExampleSelector& selector, in FindExampleIteratorFactory()
|
| D | example_query_plan_engine.cc | 52 using ::google::internal::federated::plan::ExampleSelector; 197 ExampleSelector selector = example_query.example_selector(); in RunPlan()
|
| D | plan_engine_helpers.h | 183 const google::internal::federated::plan::ExampleSelector& selector,
|
| /external/federated-compute/fcp/client/opstats/ |
| D | opstats_example_store_test.cc | 37 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 …]
|
| D | opstats_example_store.h | 68 bool CanHandle(const google::internal::federated::plan::ExampleSelector& 74 const google::internal::federated::plan::ExampleSelector&
|
| D | opstats_example_store.cc | 41 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/ |
| D | data_spec.py | 38 example_selector_proto: plan_pb2.ExampleSelector, argument 60 plan_pb2.ExampleSelector, 72 def example_selector_proto(self) -> plan_pb2.ExampleSelector:
|
| D | graph_helpers_test.py | 50 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')
|
| D | data_spec_test.py | 26 _TEST_EXAMPLE_SELECTOR = plan_pb2.ExampleSelector(
|
| /external/federated-compute/fcp/client/testing/ |
| D | utils.h | 42 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/ |
| D | federated_select_test.cc | 57 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()
|
| D | simple_task_environment.h | 70 const google::internal::federated::plan::ExampleSelector& 75 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
|
| D | federated_select.cc | 66 const ::google::internal::federated::plan::ExampleSelector& in CreateExampleIterator() 146 const ::google::internal::federated::plan::ExampleSelector& 162 const ::google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
|
| D | client_runner.h | 88 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator() 95 const google::internal::federated::plan::ExampleSelector& in CreateExampleIterator()
|
| D | federated_select.h | 76 bool CanHandle(const ::google::internal::federated::plan::ExampleSelector& in CanHandle()
|
| D | fcp_runner.cc | 46 [](const google::internal::federated::plan::ExampleSelector&) { in CreateSimpleTaskEnvironmentIteratorFactory() argument 54 const google::internal::federated::plan::ExampleSelector& in CreateSimpleTaskEnvironmentIteratorFactory()
|
| /external/federated-compute/fcp/tensorflow/ |
| D | example_selector_fuser_test.py | 26 selector = plan_pb2.ExampleSelector(collection_uri='app:/test_collection') 37 fused_selector = plan_pb2.ExampleSelector()
|
| D | example_selector_fuser_op.cc | 29 using ::google::internal::federated::plan::ExampleSelector; 74 ExampleSelector example_selector; in Compute()
|
| D | make_slices_selector_example_selector_test.py | 32 example_selector = plan_pb2.ExampleSelector.FromString(serialized_proto)
|
| D | make_slices_selector_example_selector_op.cc | 66 google::internal::federated::plan::ExampleSelector example_selector; in Compute()
|
| /external/federated-compute/fcp/demo/ |
| D | federated_data_source.py | 29 _NestedExampleSelector = Union[plan_pb2.ExampleSelector,
|
| D | federated_context_test.py | 42 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'))
|
| D | federated_data_source_test.py | 29 EXAMPLE_SELECTOR = plan_pb2.ExampleSelector(collection_uri='app://test')
|