Searched refs:get_variable_scope (Results 1 – 22 of 22) sorted by relevance
63 current_partitioner = variable_scope.get_variable_scope().partitioner64 variable_scope.get_variable_scope().set_partitioner(None)82 variable_scope.get_variable_scope().set_partitioner(current_partitioner)
242 if variable_scope.get_variable_scope().reuse:246 for x in variable_scope.get_variable_scope().global_variables()248 full_name = variable_scope.get_variable_scope().name + "/" + name
60 variable_scope.get_variable_scope().set_use_resource(True)103 variable_scope.get_variable_scope().set_use_resource(True)146 variable_scope.get_variable_scope().set_use_resource(True)
324 current_var_scope = variable_scope.get_variable_scope()514 current_var_scope = variable_scope.get_variable_scope()
120 varscope = vs.get_variable_scope()315 varscope = vs.get_variable_scope()573 varscope = vs.get_variable_scope()
1455 def get_variable_scope(): function1577 return get_variable_scope().get_variable(1840 scope = get_variable_scope()2057 current_scope = get_variable_scope()2604 use_resource = get_variable_scope().use_resource
409 varscope = vs.get_variable_scope()
292 self._var_scope = variable_scope.get_variable_scope()399 t.captured_var_scope = variable_scope.get_variable_scope()
2117 variable_scope.get_variable_scope(),
547 new_init1 = variable_scope.get_variable_scope().initializer550 variable_scope.get_variable_scope().set_initializer(init)556 variable_scope.get_variable_scope().reuse_variables()560 new_init = variable_scope.get_variable_scope().initializer609 root_var_scope = variable_scope.get_variable_scope()1060 root_scope = variable_scope.get_variable_scope()1220 scope = variable_scope.get_variable_scope()1453 variable_scope.get_variable_scope().reuse_variables()
217 variable_scope.get_variable_scope().reuse_variables()
2091 reuse_scope = variable_scope.get_variable_scope()2706 variable_scope.get_variable_scope().reuse_variables()
364 vscope = variable_scope.get_variable_scope()
651 captured_scope = variable_scope.get_variable_scope()
1461 vscope = variable_scope.get_variable_scope()2217 vscope = variable_scope.get_variable_scope()
216 scope=variable_scope.get_variable_scope().name)701 scope=variable_scope.get_variable_scope()), # pylint: disable=not-callable2539 scope=variable_scope.get_variable_scope())
176 variable_scope.get_variable_scope(),
893 current_scope = variable_scope.get_variable_scope()
699 self._vscope = vs.get_variable_scope()
244 vs.get_variable_scope(), custom_getter=self._rnn_get_variable)
1400 name: "get_variable_scope"
3068 `variable_scope(tf.get_variable_scope(), ...)`.