Returns the current variable scope.
()
| 1827 | |
| 1828 | @tf_export(v1=["get_variable_scope"]) |
| 1829 | def get_variable_scope(): |
| 1830 | """Returns the current variable scope.""" |
| 1831 | return get_variable_scope_store().current_scope |
| 1832 | |
| 1833 | |
| 1834 | def _get_default_variable_store(): |
no test coverage detected