Home
last modified time | relevance | path

Searched refs:_set_scope (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork.py250 def _set_scope(self, scope=None): member in Network
266 first_parent._set_scope()
319 constituent_first_parent._set_scope()
785 network._set_scope() # scope_name should be available to map_funcs
847 layer._set_scope()
939 network._set_scope()
988 network._set_scope() # scope_name should be available to map_funcs
/external/tensorflow/tensorflow/python/layers/
Dbase.py287 def _set_scope(self, scope=None): member in Layer
419 self._set_scope(None)
499 self._set_scope(scope)
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
Dcudnn_rnn.py328 self._set_scope(None)