/aosp_15_r20/external/federated-compute/fcp/client/engine/ |
H A D | example_query_plan_engine.cc | 51 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 D | example_query_plan_engine_test.cc | 57 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 D | example_query_plan_engine.h | 40 const google::internal::federated::plan::ExampleQuerySpec&
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/testutils/ |
D | TrainingTestUtil.java | 22 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/ |
D | FlRunnerWrapperTest.java | 49 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/ |
D | plan.pb.h | 97 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 …]
|
D | plan.pb.cc | 411 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 D | example_query_result.proto | 23 // iterators invoked using `ExampleQuerySpec` are expected to return a single
|
H A D | fl_runner.proto | 75 // ExampleQuerySpec-based plans, this refers to the total number of row counts
|
/aosp_15_r20/external/federated-compute/fcp/protos/ |
H A D | selection_criteria.proto | 19 google.internal.federated.plan.ExampleQuerySpec.OutputVectorSpec.DataType
|
H A D | plan.proto | 389 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 D | federated_compute_plan_builder.py | 1417 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/ |
D | federated-compute-java-proto-lite.jar | META-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/ |
D | federated-compute-java-proto-lite.jar | com/google/fcp/client/http/JniHttpHeader$Builder.class
<Unknown>
package ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/federatedcompute/apk/FederatedCompute/android_common_apex33/ |
D | proguard_dictionary | 11591 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/ |
D | FederatedCompute.jar | META-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/ |
D | FederatedCompute.jar | xla/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/ |
D | OnDevicePersonalization.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |