Home
last modified time | relevance | path

Searched refs:tf_v1_checkpoint_aggregation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dfederated_compute_plan_builder.py1460 tf_v1_checkpoint_aggregation=plan_pb2.TFV1CheckpointAggregation()
/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.cc9288 …google::internal::federated::plan::TFV1CheckpointAggregation& tf_v1_checkpoint_aggregation(const A…
9296 AggregationConfig::_Internal::tf_v1_checkpoint_aggregation(const AggregationConfig* msg) { in tf_v1_checkpoint_aggregation() function in google::internal::federated::plan::AggregationConfig::_Internal
9314 …ion(::google::internal::federated::plan::TFV1CheckpointAggregation* tf_v1_checkpoint_aggregation) { in set_allocated_tf_v1_checkpoint_aggregation() argument
9317 if (tf_v1_checkpoint_aggregation) { in set_allocated_tf_v1_checkpoint_aggregation()
9319 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(tf_v1_checkpoint_aggregation); in set_allocated_tf_v1_checkpoint_aggregation()
9321 tf_v1_checkpoint_aggregation = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_tf_v1_checkpoint_aggregation()
9322 message_arena, tf_v1_checkpoint_aggregation, submessage_arena); in set_allocated_tf_v1_checkpoint_aggregation()
9325 _impl_.protocol_config_.tf_v1_checkpoint_aggregation_ = tf_v1_checkpoint_aggregation; in set_allocated_tf_v1_checkpoint_aggregation()
9491 InternalWriteMessage(3, _Internal::tf_v1_checkpoint_aggregation(this), in _InternalSerialize()
9492 _Internal::tf_v1_checkpoint_aggregation(this).GetCachedSize(), target, stream); in _InternalSerialize()
Dplan.pb.h5591 …google::internal::federated::plan::TFV1CheckpointAggregation& tf_v1_checkpoint_aggregation() const; in Swap()
5594 …tion(::google::internal::federated::plan::TFV1CheckpointAggregation* tf_v1_checkpoint_aggregation); in Swap()
5600 ::google::internal::federated::plan::TFV1CheckpointAggregation* tf_v1_checkpoint_aggregation); in Swap()
14615 …ederated::plan::TFV1CheckpointAggregation& AggregationConfig::tf_v1_checkpoint_aggregation() const… in tf_v1_checkpoint_aggregation() function
14630 …ion(::google::internal::federated::plan::TFV1CheckpointAggregation* tf_v1_checkpoint_aggregation) { in unsafe_arena_set_allocated_tf_v1_checkpoint_aggregation() argument
14632 if (tf_v1_checkpoint_aggregation) { in unsafe_arena_set_allocated_tf_v1_checkpoint_aggregation()
14634 _impl_.protocol_config_.tf_v1_checkpoint_aggregation_ = tf_v1_checkpoint_aggregation; in unsafe_arena_set_allocated_tf_v1_checkpoint_aggregation()
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dplan.proto651 TFV1CheckpointAggregation tf_v1_checkpoint_aggregation = 3; field