Module: tf.compat.v1.experimental
Stay organized with collections
Save and categorize content based on your preferences.
Public API for tf.experimental namespace.
Classes
class BatchableExtensionType
: An ExtensionType that can be batched and unbatched.
class DynamicRaggedShape
: The shape of a ragged or dense tensor.
class ExtensionType
: Base class for TensorFlow ExtensionType
classes.
class ExtensionTypeBatchEncoder
: Class used to encode and decode extension type values for batching.
class Optional
: Represents a value that may or may not be present.
class RowPartition
: Partitioning of a sequence of values into contiguous subsequences ("rows").
Functions
async_clear_error(...)
: Clear pending operations and error statuses in async execution.
async_scope(...)
: Context manager for grouping async operations.
dispatch_for_api(...)
: Decorator that overrides the default implementation for a TensorFlow API.
dispatch_for_binary_elementwise_apis(...)
: Decorator to override default implementation for binary elementwise APIs.
dispatch_for_binary_elementwise_assert_apis(...)
: Decorator to override default implementation for binary elementwise assert APIs.
dispatch_for_unary_elementwise_apis(...)
: Decorator to override default implementation for unary elementwise APIs.
function_executor_type(...)
: Context manager for setting the executor of eager defined functions.
output_all_intermediates(...)
: Whether to output all intermediates from functional control flow ops.
register_filesystem_plugin(...)
: Loads a TensorFlow FileSystem plugin.
unregister_dispatch_for(...)
: Unregisters a function that was registered with @dispatch_for_*
.
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. Some content is licensed under the numpy license.
Last updated 2022-10-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-10-27 UTC."],[],[],null,["# Module: tf.compat.v1.experimental\n\n\u003cbr /\u003e\n\nPublic API for tf.experimental namespace.\n\nClasses\n-------\n\n[`class BatchableExtensionType`](../../../tf/experimental/BatchableExtensionType): An ExtensionType that can be batched and unbatched.\n\n[`class DynamicRaggedShape`](../../../tf/experimental/DynamicRaggedShape): The shape of a ragged or dense tensor.\n\n[`class ExtensionType`](../../../tf/experimental/ExtensionType): Base class for TensorFlow `ExtensionType` classes.\n\n[`class ExtensionTypeBatchEncoder`](../../../tf/experimental/ExtensionTypeBatchEncoder): Class used to encode and decode extension type values for batching.\n\n[`class Optional`](../../../tf/experimental/Optional): Represents a value that may or may not be present.\n\n[`class RowPartition`](../../../tf/experimental/RowPartition): Partitioning of a sequence of values into contiguous subsequences (\"rows\").\n\nFunctions\n---------\n\n[`async_clear_error(...)`](../../../tf/experimental/async_clear_error): Clear pending operations and error statuses in async execution.\n\n[`async_scope(...)`](../../../tf/experimental/async_scope): Context manager for grouping async operations.\n\n[`dispatch_for_api(...)`](../../../tf/experimental/dispatch_for_api): Decorator that overrides the default implementation for a TensorFlow API.\n\n[`dispatch_for_binary_elementwise_apis(...)`](../../../tf/experimental/dispatch_for_binary_elementwise_apis): Decorator to override default implementation for binary elementwise APIs.\n\n[`dispatch_for_binary_elementwise_assert_apis(...)`](../../../tf/experimental/dispatch_for_binary_elementwise_assert_apis): Decorator to override default implementation for binary elementwise assert APIs.\n\n[`dispatch_for_unary_elementwise_apis(...)`](../../../tf/experimental/dispatch_for_unary_elementwise_apis): Decorator to override default implementation for unary elementwise APIs.\n\n[`function_executor_type(...)`](../../../tf/experimental/function_executor_type): Context manager for setting the executor of eager defined functions.\n\n[`output_all_intermediates(...)`](../../../tf/compat/v1/experimental/output_all_intermediates): Whether to output all intermediates from functional control flow ops.\n\n[`register_filesystem_plugin(...)`](../../../tf/experimental/register_filesystem_plugin): Loads a TensorFlow FileSystem plugin.\n\n[`unregister_dispatch_for(...)`](../../../tf/experimental/unregister_dispatch_for): Unregisters a function that was registered with `@dispatch_for_*`."]]