tf.saved_model.save: Fix saving non-hashable data structures
For object_map we don't want to hash the contents of anything, we want object-identity. Even if non-hashable things don't end up in object_map, we still need to be able to check for them. PiperOrigin-RevId: 225953468
Loading
Please sign in to comment