Searched refs:get_variable_scope (Results 1 – 22 of 22) sorted by relevance
59 current_partitioner = variable_scope.get_variable_scope().partitioner60 variable_scope.get_variable_scope().set_partitioner(None)78 variable_scope.get_variable_scope().set_partitioner(current_partitioner)
239 if variable_scope.get_variable_scope().reuse:243 for x in variable_scope.get_variable_scope().global_variables()245 full_name = variable_scope.get_variable_scope().name + "/" + name
56 variable_scope.get_variable_scope().set_use_resource(True)99 variable_scope.get_variable_scope().set_use_resource(True)142 variable_scope.get_variable_scope().set_use_resource(True)
543 new_init1 = variable_scope.get_variable_scope().initializer546 variable_scope.get_variable_scope().set_initializer(init)552 variable_scope.get_variable_scope().reuse_variables()556 new_init = variable_scope.get_variable_scope().initializer605 root_var_scope = variable_scope.get_variable_scope()1056 root_scope = variable_scope.get_variable_scope()1216 scope = variable_scope.get_variable_scope()1450 variable_scope.get_variable_scope().reuse_variables()
117 varscope = vs.get_variable_scope()313 varscope = vs.get_variable_scope()572 varscope = vs.get_variable_scope()
415 current_var_scope = variable_scope.get_variable_scope()690 current_var_scope = variable_scope.get_variable_scope()
1467 def get_variable_scope(): function1616 return get_variable_scope().get_variable(1912 scope = get_variable_scope()2129 current_scope = get_variable_scope()2700 use_resource = get_variable_scope().use_resource
409 varscope = vs.get_variable_scope()
348 self._var_scope = variable_scope.get_variable_scope()467 t.captured_var_scope = variable_scope.get_variable_scope()
2192 variable_scope.get_variable_scope(),
212 scope=variable_scope.get_variable_scope().name)697 scope=variable_scope.get_variable_scope()), # pylint: disable=not-callable2535 scope=variable_scope.get_variable_scope())
359 vscope = variable_scope.get_variable_scope()
649 captured_scope = variable_scope.get_variable_scope()
1498 vscope = variable_scope.get_variable_scope()2297 vscope = variable_scope.get_variable_scope()
274 variable_scope.get_variable_scope().reuse_variables()
731 self._vscope = vs.get_variable_scope()
1167 current_scope = variable_scope.get_variable_scope()
243 vs.get_variable_scope(), custom_getter=self._rnn_get_variable)
534 root_scope = variable_scope.get_variable_scope()
2169 reuse_scope = variable_scope.get_variable_scope()2784 variable_scope.get_variable_scope().reuse_variables()
1408 name: "get_variable_scope"
8099 by `variable_scope(tf.get_variable_scope(), ...)`.