You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid erroneous warnings regarding table initialization inside tf.init_scope when calling InitializableGraphAnalyzer from private methods (such as get_dependent_inputs).
get_dependent_inputs is mostly called with a partial graph where assets are of type tf.Tensor even though it's running using the native TF2 environment.
This change also updates the expected type of the parameter `InitializableGraphAnalyzer` to `tft.apply_vocabulary`.
PiperOrigin-RevId: 387127346
0 commit comments