TFSnippet
latest
API Docs
tfsnippet
tfsnippet.dataflows
tfsnippet.datasets
tfsnippet.layers
tfsnippet.ops
tfsnippet.preprocessing
tfsnippet.utils
tfsnippet.utils Package
Functions
Classes
Class Inheritance Diagram
TFSnippet
Docs
»
API Docs
»
tfsnippet.utils
»
reopen_variable_scope
Edit on GitHub
reopen_variable_scope
¶
tfsnippet.utils.
reopen_variable_scope
(
*args
,
**kwds
)
¶
Reopen the specified
var_scope
and its original name scope.
Parameters:
var_scope
(
tf.VariableScope
) – The variable scope instance.
**kwargs
– Named arguments for opening the variable scope.