Home
last modified time | relevance | path

Searched defs:run_computation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dfederated_context_test.py210 async def test_invoke_success(self, run_computation): argument
244 async def test_invoke_with_value_reference(self, run_computation): argument
285 async def test_invoke_with_run_computation_error(self, run_computation): argument
H A Dserver.py79 async def run_computation( member in InProcessServer