Commit 0867ae3
Fix Cache Key Mismatch for Function Input Signature
- A TensorSpec with no name is now equivalent to a Tensor with the same dtype and shape
- Fixed the shape mismatch issue for Tensors: (11,2) was equal to (1, 12)
PiperOrigin-RevId: 3902412211 parent 956d09f commit 0867ae3
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
453 | 459 | | |
454 | 460 | | |
455 | 461 | | |
| |||
0 commit comments