Fix for variable naming when executing eagerly
name_scope bypassed the Graph.name_scope slash-stripping logic (strip a trailing slash if it exists, then add one back unconditionally) when executing eagerly, leading to extra slashes at the end of some variable names and a failure to break out of nested name scopes. PiperOrigin-RevId: 178676873
Loading
Please sign in to comment