HomeSort by relevance Sort by last modified time
    Searched refs:_scope (Results 1 - 25 of 35) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
composable_model.py 82 self._scope = scope
88 return self._scope
131 return ops.get_collection(self._scope)
209 if (name.startswith(self._scope + "/") and
210 name != self._scope + "/bias_weight" and
226 return load_variable(model_dir, name=(self._scope + "/bias_weight"))
234 self._scope, values=features.values(),
241 weight_collections=[self._scope],
249 weight_collections=[self._scope],
329 model_dir, name=(self._scope + "/hiddenlayer_%d/weights" % i)
    [all...]
  /external/tensorflow/tensorflow/python/layers/
base.py 194 scope = kwargs.pop('_scope', None)
221 self._scope = captured_scope
223 self._scope = None
256 if not self._scope:
262 return self._scope.name
288 if self._scope is None:
289 # If constructed with _scope=None, lazy setting of scope.
293 self._scope = captured_scope
297 self._scope = captured_scope
423 self._scope, reuse=reuse, auxiliary_name_scope=False) as scope
    [all...]
base_test.py 212 self.assertEqual(layer_copy._scope.name, layer._scope.name)
227 self.assertEqual(default_layer._scope.name, 'private_layer')
230 self.assertEqual(default_layer1._scope.name, 'private_layer_1')
233 self.assertEqual(my_layer._scope.name, 'my_layer')
236 self.assertEqual(my_layer1._scope.name, 'my_layer_1')
239 self.assertEqual(my_layer2._scope.name, 'my_layer_2')
244 self.assertEqual(default_layer2._scope.name, 'private_layer_2')
247 self.assertEqual(my_layer3._scope.name, 'my_layer_3')
250 self.assertEqual(other_layer._scope.name, 'other_layer'
    [all...]
convolutional.py 217 _scope=name)
423 _scope=name)
631 _scope=name)
    [all...]
core.py 186 _scope=name,
normalization.py 311 _scope=name)
  /external/tensorflow/tensorflow/contrib/rate/
rate.py 52 self._scope = scope
98 self._scope), self._construction_scope():
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 407 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">
408 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n">
1135 protected static class <scope.name>_scope {
    [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/
keras_correctness_test_base.py 109 self._scope = None
113 self._scope = self._distribution.scope()
114 self._scope.__enter__()
118 self._scope.__exit__(exc_type, value, traceback)
119 self._scope = None
  /external/tensorflow/tensorflow/contrib/eager/python/
network.py 251 if self._scope is None:
267 parent_scope = first_parent._scope
280 self._scope = scope
313 if sublayer._scope is None:
320 parent_scope = constituent_first_parent._scope
335 sublayer._scope = sub_scope
    [all...]
metrics_impl.py 113 self._scope = scope
147 self._scope), self._construction_scope():
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 448 <ruleDescriptor.useScopes:{it |<it>_stack.push(new <it>_scope());}; separator="\n">
449 <ruleDescriptor.ruleScope:{it |<it.name>_stack.push(new <it.name>_scope());}; separator="\n">
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
layers.py 236 _scope=sc,
344 _scope=sc,
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 623 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope(this));<it>_scopeInit(<it>_stack.Peek());}; separator="\n">
624 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope(this));<it.name>_scopeInit(<it.name>_stack.Peek());}; separator="\n">
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 411 <ruleDescriptor.useScopes:{it | <it>_stack.push(new <it>_scope())}; separator="\n">
412 <ruleDescriptor.ruleScope:{it | <it.name>_stack.push(new <it.name>_scope())}; separator="\n">
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py 121 _scope=sc)
170 _scope=sc)
648 _scope=sc,
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 645 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope());<it>_scopeInit(<it>_stack.Peek());}; separator="\n">
646 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope());<it.name>_scopeInit(<it.name>_stack.Peek());}; separator="\n">
    [all...]
  /external/python/oauth2client/oauth2client/contrib/
appengine.py 593 self._scope = util.scopes_to_string(scope)
671 self._client_id, self._client_secret, self._scope,
    [all...]
  /external/tensorflow/tensorflow/python/keras/layers/
normalization.py 363 if hasattr(self, '_scope') and self._scope:
364 partitioner = self._scope.partitioner
365 self._scope.set_partitioner(None)
424 self._scope.set_partitioner(partitioner)
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 930 <ruleDescriptor.useScopes:{it | [<it>_stack push:[<it>_Scope new<it>_Scope]];}>
931 <ruleDescriptor.ruleScope:{it | [<it.name>_stack push:[<it.name>_Scope new<it.name>_Scope]];}>
    [all...]
  /external/tensorflow/tensorflow/python/distribute/
distribute_lib.py 331 return self._extended._scope(self) # pylint: disable=protected-access
862 def _scope(self, strategy): member in class:DistributionStrategyExtended
1552 def _scope(self, strategy): member in class:_DefaultDistributionExtended
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
cudnn_rnn.py 335 self._scope,
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 694 self._scope = scope_name or None
696 self._scope = None
715 if self._scope:
717 "%s/%s" % (self._scope, pn) for pn in prefixed_param_names
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
masked_autoregressive.py 433 _scope=name,
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver.py     [all...]

Completed in 555 milliseconds

1 2