Home
last modified time | relevance | path

Searched defs:callback_token (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dserve_slices_op_test.cc106 tensorflow::Status RunSession(tensorflow::Tensor callback_token, in RunSession()
133 std::string RunSessionExpectingSuccess(RandomToken callback_token) { in RunSessionExpectingSuccess()
149 RandomToken callback_token = callback_registration.token(); in TEST_F() local
157 std::optional<RandomToken> callback_token; in TEST_F() local
H A Dserve_slices.py36 def serve_slices(callback_token, server_val, max_key, select_fn_initialize_op, argument
99 def callback_adapter(callback_token, server_val, *args): argument
H A Dserve_slices_op.cc133 RandomToken callback_token = RandomToken::FromBytes(callback_token_bytes); in Compute() local
/aosp_15_r20/external/federated-compute/fcp/tensorflow/python/
H A Dserve_slices_registry.cc91 absl::string_view select_fn_target_tensor_name) { in enter()