Spec-Zone.ru › TensorFlow 2.9

tf.lite.experimental.authoring.compatible

Оборачивает tf.function в вызываемую функцию с проверкой совместимости с TFLite.

Просмотр псевдонимов

Псевдонимы совместимости для миграции

См. Руководство по миграции для получения дополнительной информации.

tf.compat.v1.lite.experimental.authoring.compatible

tf.lite.experimental.authoring.compatible(
    target=None, converter_target_spec=None, **kwargs
)

Пример:

@tf.lite.experimental.authoring.compatible
@tf.function(input_signature=[
    tf.TensorSpec(shape=[None], dtype=tf.float32)
])
def f(x):
    return tf.cosh(x)

result = f(tf.constant([0.0]))
# COMPATIBILITY WARNING: op 'tf.Cosh' require(s) "Select TF Ops" for model
# conversion for TensorFlow Lite.
# Op: tf.Cosh
#   - tensorflow/python/framework/op_def_library.py:748
#   - tensorflow/python/ops/gen_math_ops.py:2458
#   - <stdin>:6
Предупреждение: Экспериментальный интерфейс, может быть изменён.
Аргументы
target tf.function для декорирования.
converter_target_spec Параметр target_spec конвертера TFLite.
**kwargs Ключевые аргументы класса декоратора _Compatible.
Возвращаемое значение
Вызываемый объект tf.lite.experimental.authoring._Compatible.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/lite/experimental/authoring/compatible

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API