Remove useless arguments from name_scope.
The behavior of the new name_scope is still suboptimal in that it is not re-entrant: __enter__ing an existing scope should re-enter the scope. It also still retains the magic trailing slash behavior, which is super-weird. PiperOrigin-RevId: 236340644
Loading
Please sign in to comment