-
Notifications
You must be signed in to change notification settings - Fork 0
tf.function parameter's version information
Tatiana Castro-Vélez edited this page Jan 18, 2023
·
1 revision
Parameter | TF v2.11 | TF v2.10 | TF v2.9 | TF v2.8 | TF v2.7 | TF v2.6 | TF v2.5 | TF v2.4 | TF v2.3 TF v2.2 TF v2.1 | TF v2.0 |
---|---|---|---|---|---|---|---|---|---|---|
func |
✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
input_signature |
✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
autograph |
✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
jit_compile |
✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ | ❌ |
reduce_retracing |
✔ | ✔ | ✔ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
experimental_implements |
✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
experimental_autograph_options |
✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
experimental_relax_shapes |
Deprecated (use reduce_retracing ) |
Deprecated (use reduce_retracing ) |
Deprecated (use reduce_retracing ) |
✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
experimental_compile |
Deprecated (use jit_compile ) |
Deprecated (use jit_compile ) |
Deprecated (use jit_compile ) |
Deprecated (use jit_compile ) |
Deprecated (use jit_compile ) |
Deprecated (use jit_compile ) |
Deprecated (use jit_compile ) |
✔ | ✔ | ❌ |
experimental_follow_type_hints |
Deprecated (no replacement) | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |