From 77a5ff3e5ff78b2bfd2040ef17bb9e34a7382512 Mon Sep 17 00:00:00 2001 From: TensorFlow Federated Team Date: Sun, 28 Jul 2024 09:27:47 -0700 Subject: [PATCH] Testing tff.framework.local_cpp_executor_factory. PiperOrigin-RevId: 656954337 --- .../python/core/impl/executor_stacks/executor_factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow_federated/python/core/impl/executor_stacks/executor_factory.py b/tensorflow_federated/python/core/impl/executor_stacks/executor_factory.py index 19a9977c74..8c310226a3 100644 --- a/tensorflow_federated/python/core/impl/executor_stacks/executor_factory.py +++ b/tensorflow_federated/python/core/impl/executor_stacks/executor_factory.py @@ -60,6 +60,7 @@ def local_cpp_executor_factory( Raises: RuntimeError: If an internal C++ worker binary can not be found. """ + print('dalyk in local_cpp_executor_factory') # This path is specified relative to this file because the relative location # of the worker binary will remain the same when this function is executed