Home
last modified time | relevance | path

Searched refs:ExampleQuerySpec (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dexample_query_plan_engine.cc51 using ::google::internal::federated::plan::ExampleQuerySpec;
70 std::tuple<std::string, ExampleQuerySpec::OutputVectorSpec>>
71 GetOutputVectorSpecs(const ExampleQuerySpec::ExampleQuery& example_query) { in GetOutputVectorSpecs()
73 std::string, std::tuple<std::string, ExampleQuerySpec::OutputVectorSpec>> in GetOutputVectorSpecs()
84 const ExampleQuerySpec::OutputVectorSpec& output_vector_spec, in CheckOutputVectorDataType()
85 const ExampleQuerySpec::OutputVectorSpec::DataType& expected_data_type) { in CheckOutputVectorDataType()
98 const ExampleQuerySpec& example_query_spec) { in WriteCheckpoint()
104 const ExampleQuerySpec::ExampleQuery& example_query = in WriteCheckpoint()
109 ExampleQuerySpec::OutputVectorSpec output_vector_spec = in WriteCheckpoint()
120 output_vector_spec, ExampleQuerySpec::OutputVectorSpec::INT32)); in WriteCheckpoint()
[all …]
H A Dexample_query_plan_engine_test.cc57 using ::google::internal::federated::plan::ExampleQuerySpec;
182 ExampleQuerySpec::OutputVectorSpec string_vector_spec; in Initialize()
185 ExampleQuerySpec::OutputVectorSpec::STRING); in Initialize()
186 ExampleQuerySpec::OutputVectorSpec int_vector_spec; in Initialize()
188 int_vector_spec.set_data_type(ExampleQuerySpec::OutputVectorSpec::INT64); in Initialize()
190 ExampleQuerySpec::ExampleQuery example_query; in Initialize()
294 ExampleQuerySpec::OutputVectorSpec float_vector_spec; in TEST_F()
296 float_vector_spec.set_data_type(ExampleQuerySpec::OutputVectorSpec::FLOAT); in TEST_F()
297 ExampleQuerySpec::OutputVectorSpec string_vector_spec; in TEST_F()
302 string_vector_spec.set_data_type(ExampleQuerySpec::OutputVectorSpec::STRING); in TEST_F()
[all …]
H A Dexample_query_plan_engine.h40 const google::internal::federated::plan::ExampleQuerySpec&
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/testutils/
DTrainingTestUtil.java22 import com.google.internal.federated.plan.ExampleQuerySpec;
23 import com.google.internal.federated.plan.ExampleQuerySpec.ExampleQuery;
24 import com.google.internal.federated.plan.ExampleQuerySpec.OutputVectorSpec;
25 import com.google.internal.federated.plan.ExampleQuerySpec.OutputVectorSpec.DataType;
79 ExampleQuerySpec.newBuilder() in createFederatedAnalyticClientPlan()
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/jni/
DFlRunnerWrapperTest.java49 import com.google.internal.federated.plan.ExampleQuerySpec;
50 import com.google.internal.federated.plan.ExampleQuerySpec.ExampleQuery;
51 import com.google.internal.federated.plan.ExampleQuerySpec.OutputVectorSpec;
52 import com.google.internal.federated.plan.ExampleQuerySpec.OutputVectorSpec.DataType;
208 ExampleQuerySpec.newBuilder() in testInvalidCollection_returnsFail()
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/protos/
Dplan.pb.h97 class ExampleQuerySpec; variable
256 …:internal::federated::plan::ExampleQuerySpec* Arena::CreateMaybeMessage<::google::internal::federa…
4146 const ::google::internal::federated::plan::ExampleQuerySpec& example_query_spec() const; in Swap()
4147 …PROTOBUF_NODISCARD ::google::internal::federated::plan::ExampleQuerySpec* release_example_query_sp… in Swap()
4148 ::google::internal::federated::plan::ExampleQuerySpec* mutable_example_query_spec(); in Swap()
4149 …void set_allocated_example_query_spec(::google::internal::federated::plan::ExampleQuerySpec* examp… in Swap()
4151 const ::google::internal::federated::plan::ExampleQuerySpec& _internal_example_query_spec() const; in Swap()
4152 ::google::internal::federated::plan::ExampleQuerySpec* _internal_mutable_example_query_spec(); in Swap()
4155 ::google::internal::federated::plan::ExampleQuerySpec* example_query_spec); in Swap()
4156 ::google::internal::federated::plan::ExampleQuerySpec* unsafe_arena_release_example_query_spec(); in Swap()
[all …]
Dplan.pb.cc411 PROTOBUF_CONSTEXPR ExampleQuerySpec::ExampleQuerySpec( in ExampleQuerySpec() function in google::internal::federated::plan::ExampleQuerySpec
420 ExampleQuerySpec _instance;
6964 …static const ::google::internal::federated::plan::ExampleQuerySpec& example_query_spec(const Clien…
6975 const ::google::internal::federated::plan::ExampleQuerySpec&
7010 …t_allocated_example_query_spec(::google::internal::federated::plan::ExampleQuerySpec* example_quer… in set_allocated_example_query_spec()
7120 …nal_mutable_example_query_spec()->::google::internal::federated::plan::ExampleQuerySpec::MergeFrom( in ClientPhase()
7552 …nal_mutable_example_query_spec()->::google::internal::federated::plan::ExampleQuerySpec::MergeFrom( in MergeFrom()
8555 class ExampleQuerySpec::_Internal {
8559 ExampleQuerySpec::ExampleQuerySpec(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ExampleQuerySpec() function in google::internal::federated::plan::ExampleQuerySpec
8565 ExampleQuerySpec::ExampleQuerySpec(const ExampleQuerySpec& from) in ExampleQuerySpec() function in google::internal::federated::plan::ExampleQuerySpec
[all …]
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dexample_query_result.proto23 // iterators invoked using `ExampleQuerySpec` are expected to return a single
H A Dfl_runner.proto75 // ExampleQuerySpec-based plans, this refers to the total number of row counts
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dselection_criteria.proto19 google.internal.federated.plan.ExampleQuerySpec.OutputVectorSpec.DataType
H A Dplan.proto389 ExampleQuerySpec example_query_spec = 9 [lazy = true];
505 // ExampleQuerySpec message describes client execution that issues example
512 message ExampleQuerySpec { message
627 // Keys must match the keys in ExampleQuerySpec.output_vector_specs.
645 // ExampleQuerySpec) should be placed in an output TF v1 checkpoint.
647 // Currently only ExampleQuerySpec output vectors are supported by this
663 // Currently only ExampleQuerySpec output vectors are supported by this
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dfederated_compute_plan_builder.py1417 example_query_spec: plan_pb2.ExampleQuerySpec, argument
1479 example_query_spec: Optional[plan_pb2.ExampleQuerySpec] = None, argument
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-java-proto-lite/android_common_apex33/javac/
Dfederated-compute-java-proto-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-java-proto-lite/android_common_apex33/turbine/
Dfederated-compute-java-proto-lite.jarcom/google/fcp/client/http/JniHttpHeader$Builder.class <Unknown> package ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/
Dproguard_dictionary11591 com.google.internal.federated.plan.ExampleQuerySpec -> com.google.internal.federated.plan.ExampleQu…
11592 # {"id":"sourceFile","fileName":"ExampleQuerySpec.java"}
11593 …0:0:com.google.internal.federated.plan.ExampleQuerySpec -$$Nest$sfgetDEFAULT_INSTANCE() -> -$$Nest…
11621 com.google.internal.federated.plan.ExampleQuerySpec$1 -> com.google.internal.federated.plan.Example…
11622 # {"id":"sourceFile","fileName":"ExampleQuerySpec.java"}
11624 com.google.internal.federated.plan.ExampleQuerySpec$Builder -> com.google.internal.federated.plan.E…
11625 # {"id":"sourceFile","fileName":"ExampleQuerySpec.java"}
11626 0:0:void <init>(com.google.internal.federated.plan.ExampleQuerySpec-IA) -> <init>
11630 …om.google.internal.federated.plan.ExampleQuerySpec$ExampleQuery -> com.google.internal.federated.p…
11631 # {"id":"sourceFile","fileName":"ExampleQuerySpec.java"}
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/combined/
DFederatedCompute.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/jarjar/
DFederatedCompute.jarxla/Protocol.class Protocol.java package xla public final xla.Protocol extends java.lang ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/withres/
DOnDevicePersonalization.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...