Home
last modified time | relevance | path

Searched refs:_partitioner (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dpartitioned_variables.py111 def _partitioner(shape, dtype): function
154 return _partitioner
181 def _partitioner(shape, dtype): function
218 return _partitioner
233 def _partitioner(shape, **unused_args): function
237 return _partitioner
Dvariable_scope.py1061 self._partitioner = partitioner
1108 return self._partitioner
1150 self._partitioner = partitioner
1197 partitioner = self._partitioner
1271 partitioner = self._partitioner
1830 self._partitioner = partitioner
1863 if self._partitioner is not None:
1864 variable_scope_object.set_partitioner(self._partitioner)
1922 if self._partitioner is not None:
1923 variable_scope_object.set_partitioner(self._partitioner)
[all …]
/external/tensorflow/tensorflow/python/training/
Dwarm_starting_util_test.py870 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
879 cols_to_vars = self._create_linear_model(all_linear_cols, _partitioner)
996 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
1005 cols_to_vars = self._create_linear_model(all_linear_cols, _partitioner)
1056 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
1073 with variable_scope.variable_scope("", partitioner=_partitioner):
1126 def _partitioner(shape, dtype): # pylint:disable=unused-argument function
1143 with variable_scope.variable_scope("", partitioner=_partitioner):
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_optimizer.py85 self._partitioner = partitioner
116 return self._partitioner