Searched refs:_partitioner (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | partitioned_variables.py | 111 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
|
D | variable_scope.py | 1061 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/ |
D | warm_starting_util_test.py | 870 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/ |
D | sdca_optimizer.py | 85 self._partitioner = partitioner 116 return self._partitioner
|