Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dplan_utils_test.py198 client_tflite_graph_bytes=b'tflite-graph',
245 tflite_graph=plan.client_tflite_graph_bytes,
257 tflite_graph=plan.client_tflite_graph_bytes))
H A Dplan_utils.py176 tflite_graph=self._plan.client_tflite_graph_bytes)
H A Dfederated_context_test.py234 self.assertNotEmpty(plan.client_tflite_graph_bytes)
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dplan_utils_test.py138 self.assertEmpty(plan_after_conversion.client_tflite_graph_bytes)
217 plan_after_conversion.client_tflite_graph_bytes
H A Dplan_utils.py153 plan.client_tflite_graph_bytes = convert(
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dplan.proto1270 bytes client_tflite_graph_bytes = 12; field
/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.h9689 const std::string& client_tflite_graph_bytes() const; in Swap()
9694 void set_allocated_client_tflite_graph_bytes(std::string* client_tflite_graph_bytes); in Swap()
18804 inline const std::string& Plan::client_tflite_graph_bytes() const { in client_tflite_graph_bytes() function
18835 inline void Plan::set_allocated_client_tflite_graph_bytes(std::string* client_tflite_graph_bytes) { in set_allocated_client_tflite_graph_bytes() argument
18836 …_impl_.client_tflite_graph_bytes_.SetAllocated(client_tflite_graph_bytes, GetArenaForAllocation()); in set_allocated_client_tflite_graph_bytes()