mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Add warning about assumed input_signatures
PiperOrigin-RevId: 506357398
This commit is contained in:
parent
89c840a213
commit
7afc4ac997
|
|
@ -25,7 +25,9 @@
|
|||
* Using functools.partial with an invalid tf.function input
|
||||
* tf.function now enforces input parameter names to be valid Python
|
||||
identifiers. Incompatible names are automatically sanitized similarly to
|
||||
existing SavedModel behavior.
|
||||
existing SavedModel signature behavior.
|
||||
* Parameterless tf.functions are assumed to have an empty input_signature
|
||||
instead of an undefined one even if the input_signature is unspecified.
|
||||
* tf.types.experimental.TraceType now requires an additional
|
||||
`placeholder_value` method to be defined.
|
||||
* tf.function now traces with placeholder values generated by TraceType
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user