Module: tff.backends.test
Stay organized with collections
Save and categorize content based on your preferences.
Libraries for interacting with test backends.
Functions
create_async_test_cpp_execution_context(...)
: Creates an execution context that executes computations locally.
create_sync_test_cpp_execution_context(...)
: Creates an execution context that executes computations locally.
replace_secure_intrinsics_with_bodies(...)
: Replace secure_...
intrinsics with insecure TensorFlow equivalents.
set_async_test_cpp_execution_context(...)
: Sets an execution context that executes computations locally.
set_sync_test_cpp_execution_context(...)
: Sets an execution context that executes computations locally.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.
[null,null,["Last updated 2024-09-20 UTC."],[],[],null,["# Module: tff.backends.test\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/federated/blob/v0.87.0 Version 2.0, January 2004 Licensed under the Apache License, Version 2.0 (the) |\n\nLibraries for interacting with test backends.\n\nFunctions\n---------\n\n[`create_async_test_cpp_execution_context(...)`](../../tff/backends/test/create_async_test_cpp_execution_context): Creates an execution context that executes computations locally.\n\n[`create_sync_test_cpp_execution_context(...)`](../../tff/backends/test/create_sync_test_cpp_execution_context): Creates an execution context that executes computations locally.\n\n[`replace_secure_intrinsics_with_bodies(...)`](../../tff/backends/test/replace_secure_intrinsics_with_bodies): Replace `secure_...` intrinsics with insecure TensorFlow equivalents.\n\n[`set_async_test_cpp_execution_context(...)`](../../tff/backends/test/set_async_test_cpp_execution_context): Sets an execution context that executes computations locally.\n\n[`set_sync_test_cpp_execution_context(...)`](../../tff/backends/test/set_sync_test_cpp_execution_context): Sets an execution context that executes computations locally."]]