Fix a super confusing bug in tf_inspect.
If a default value was something that evaluates to False (like 0.0, or Tensor([0.0]), we would not get defaults. Same as in cl/235632825: This does not solve all tf.function-and-partial bugs but makes debugging simpler. PiperOrigin-RevId: 238621317
Loading
Please sign in to comment