Home
last modified time | relevance | path

Searched defs:interruptible_runner (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Din_memory_request_response.cc313 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in PerformRequestInMemory()
330 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in PerformMultipleRequestsInMemory()
398 InterruptibleRunner& interruptible_runner, in FetchResourcesInMemory()
H A Dhttp_secagg_send_to_server_impl.h74 InterruptibleRunner* interruptible_runner, in HttpSecAggSendToServerImpl()
H A Dhttp_secagg_send_to_server_impl.cc121 InterruptibleRunner* interruptible_runner, in Create()
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dsecagg_runner.cc94 InterruptibleRunner* interruptible_runner, in SecAggRunnerImpl()
214 InterruptibleRunner* interruptible_runner, in CreateSecAggRunner()
H A Dfederated_select.cc79 HttpClient& http_client, InterruptibleRunner& interruptible_runner, in FetchSlicesViaHttp()
130 InterruptibleRunner* interruptible_runner, absl::string_view uri_template, in HttpFederatedSelectExampleIteratorFactory()
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dtf_wrapper.h79 std::unique_ptr<InterruptibleRunner> interruptible_runner, in TensorFlowWrapper()
H A Dtflite_wrapper.h98 std::unique_ptr<InterruptibleRunner> interruptible_runner, in TfLiteWrapper()
H A Dtf_wrapper.cc116 auto interruptible_runner = std::make_unique<InterruptibleRunner>( in Create() local