TFE: Raises an error when attempting to save multiple ResourceVariable objects...
TFE: Raises an error when attempting to save multiple ResourceVariable objects with the same shared_name. The only way to get multiple objects is if they're created in different Graphs/IsolateTest contexts. Previously this snuck by because of a list -> dictionary conversion without key checking. Allows the same object to be passed multiple times (so people don't need to de-duplicate their lists). PiperOrigin-RevId: 172921932
Loading
Please sign in to comment