Home
last modified time | relevance | path

Searched refs:server_graph_bytes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dplan_utils.py46 plan.server_graph_bytes.Unpack(graph_def)
H A Dserver_test.py142 plan.server_graph_bytes.Pack(server_graph.as_graph_def())
H A Dplan_utils_test.py201 plan.server_graph_bytes.Pack(server_graph.as_graph_def())
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dplan.proto1050 // The execution environment has loaded the graph from `server_graph_bytes`.
1122 // The execution environment has loaded the graph from `server_graph_bytes`
1231 // While we migrate from ServerPhase to ServerPhaseV2, server_graph_bytes,
1234 // server_graph_bytes will be used. If we're using a DistributeAggregateForm-
1240 google.protobuf.Any server_graph_bytes = 7; field
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dfederated_compute_plan_builder.py1644 plan.server_graph_bytes.Pack(server_graph_def)
/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.h9725 const ::PROTOBUF_NAMESPACE_ID::Any& server_graph_bytes() const; in Swap()
9728 void set_allocated_server_graph_bytes(::PROTOBUF_NAMESPACE_ID::Any* server_graph_bytes); in Swap()
9734 ::PROTOBUF_NAMESPACE_ID::Any* server_graph_bytes); in Swap()
18407 inline const ::PROTOBUF_NAMESPACE_ID::Any& Plan::server_graph_bytes() const { in server_graph_bytes() function
18412 ::PROTOBUF_NAMESPACE_ID::Any* server_graph_bytes) { in unsafe_arena_set_allocated_server_graph_bytes() argument
18416 _impl_.server_graph_bytes_ = server_graph_bytes; in unsafe_arena_set_allocated_server_graph_bytes()
18454 inline void Plan::set_allocated_server_graph_bytes(::PROTOBUF_NAMESPACE_ID::Any* server_graph_bytes in set_allocated_server_graph_bytes() argument
18459 if (server_graph_bytes) { in set_allocated_server_graph_bytes()
18462 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(server_graph_bytes)); in set_allocated_server_graph_bytes()
18464 server_graph_bytes = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_server_graph_bytes()
[all …]
Dplan.pb.cc16037 static const ::PROTOBUF_NAMESPACE_ID::Any& server_graph_bytes(const Plan* msg);
16046 Plan::_Internal::server_graph_bytes(const Plan* msg) { in server_graph_bytes() function in google::internal::federated::plan::Plan::_Internal
16418 InternalWriteMessage(7, _Internal::server_graph_bytes(this), in _InternalSerialize()
16419 _Internal::server_graph_bytes(this).GetCachedSize(), target, stream); in _InternalSerialize()