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
Do not return SignatureDef.defaults from GetModelMetadata
`GetModelMetadata` is expected to be fast and returns only the (small) metadata of the model. Returning the default values violates this expectation as default value tensors may be arbitrarily big.
PiperOrigin-RevId: 764009019
0 commit comments