Do not change the default graph in variable_scope when building a function.
When building a TensorFlow function, we need precise control over the default graph. This change ensures that, when a function is being built, variable_scope preserves the default graph. PiperOrigin-RevId: 175983226
Loading
Please sign in to comment