Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1784 class _pure_variable_scope(object): # pylint: disable=invalid-name class
2281 pure_variable_scope = _pure_variable_scope(
2303 pure_variable_scope = _pure_variable_scope(
2334 pure_variable_scope = _pure_variable_scope(
Dtemplate.py288 with variable_scope._pure_variable_scope( # pylint:disable=protected-access
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py342 with variable_scope._pure_variable_scope(self.name): # pylint: disable=protected-access
343 with variable_scope._pure_variable_scope(column.name): # pylint: disable=protected-access
513 with variable_scope._pure_variable_scope(self.name): # pylint: disable=protected-access
515 with variable_scope._pure_variable_scope(column.name): # pylint: disable=protected-access