Module: tff.backends.native
Stay organized with collections
Save and categorize content based on your preferences.
Libraries for interacting with native backends.
Functions
compile_to_mergeable_comp_form(...)
: Compiles a computation with a single aggregation to MergeableCompForm
.
create_async_local_cpp_execution_context(...)
: Returns an execution context backed by C++ runtime.
create_mergeable_comp_execution_context(...)
: Creates context which compiles to and executes mergeable comp form.
create_sync_local_cpp_execution_context(...)
: Returns an execution context backed by C++ runtime.
desugar_and_transform_to_native(...)
: Transform to native form and replace intrinsics with TensorFlow.
set_async_local_cpp_execution_context(...)
: Sets default context to a C++ runtime.
set_mergeable_comp_execution_context(...)
: Sets context which compiles to and executes mergeable comp form.
set_sync_local_cpp_execution_context(...)
: Sets default context to a C++ runtime.
transform_to_native_form(...)
: Compiles a computation for execution in the TFF native runtime.
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.native\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 native backends.\n\nFunctions\n---------\n\n[`compile_to_mergeable_comp_form(...)`](../../tff/backends/native/compile_to_mergeable_comp_form): Compiles a computation with a single aggregation to `MergeableCompForm`.\n\n[`create_async_local_cpp_execution_context(...)`](../../tff/backends/native/create_async_local_cpp_execution_context): Returns an execution context backed by C++ runtime.\n\n[`create_mergeable_comp_execution_context(...)`](../../tff/backends/native/create_mergeable_comp_execution_context): Creates context which compiles to and executes mergeable comp form.\n\n[`create_sync_local_cpp_execution_context(...)`](../../tff/backends/native/create_sync_local_cpp_execution_context): Returns an execution context backed by C++ runtime.\n\n[`desugar_and_transform_to_native(...)`](../../tff/backends/native/desugar_and_transform_to_native): Transform to native form and replace intrinsics with TensorFlow.\n\n[`set_async_local_cpp_execution_context(...)`](../../tff/backends/native/set_async_local_cpp_execution_context): Sets default context to a C++ runtime.\n\n[`set_mergeable_comp_execution_context(...)`](../../tff/backends/native/set_mergeable_comp_execution_context): Sets context which compiles to and executes mergeable comp form.\n\n[`set_sync_local_cpp_execution_context(...)`](../../tff/backends/native/set_sync_local_cpp_execution_context): Sets default context to a C++ runtime.\n\n[`transform_to_native_form(...)`](../../tff/backends/native/transform_to_native_form): Compiles a computation for execution in the TFF native runtime."]]