/external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/ |
D | stats_ops.py | 130 def _gather_saveables_for_checkpoint(self): member in FertileStatsVariable 162 fertile_stats_var._gather_saveables_for_checkpoint()[ # pylint: disable=protected-access
|
D | model_ops.py | 135 def _gather_saveables_for_checkpoint(self): member in TreeVariable 167 …saveable = tree_var._gather_saveables_for_checkpoint()["tree_variable"]( # pylint: disable=protec…
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | python_state.py | 85 def _gather_saveables_for_checkpoint(self): member in PythonState
|
D | base_test.py | 78 has_config._gather_saveables_for_checkpoint = lambda: attributes
|
D | base.py | 309 … saveables = self.trackable._gather_saveables_for_checkpoint() # pylint: disable=protected-access 814 def _gather_saveables_for_checkpoint(self): member in Trackable
|
D | graph_view.py | 235 … object_to_save._gather_saveables_for_checkpoint().items()): # pylint: disable=protected-access
|
D | util.py | 195 trackable._gather_saveables_for_checkpoint().items()): # pylint: disable=protected-access
|
D | util_test.py | 242 def _gather_saveables_for_checkpoint(self): member in _OwnsMirroredVariables
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/ |
D | cudnn_rnn.py | 372 def _gather_saveables_for_checkpoint(self): member in _CudnnRNN 561 def _gather_saveables_for_checkpoint(self): member in CudnnLSTM 564 return super(_CudnnRNN, self)._gather_saveables_for_checkpoint
|
/external/tensorflow/tensorflow/python/ops/ |
D | boosted_trees_ops.py | 143 def _gather_saveables_for_checkpoint(self): member in QuantileAccumulator 247 def _gather_saveables_for_checkpoint(self): member in TreeEnsemble
|
D | lookup_ops.py | 1728 def _gather_saveables_for_checkpoint(self): member in MutableHashTable 2019 def _gather_saveables_for_checkpoint(self): member in DenseHashTable
|
D | variables.py | 1034 def _gather_saveables_for_checkpoint(self): member in Variable
|
/external/tensorflow/tensorflow/python/training/saving/ |
D | saveable_object_util.py | 171 for attr, factory in op._gather_saveables_for_checkpoint().items(): 257 for factory in var._gather_saveables_for_checkpoint().values()]
|
/external/tensorflow/tensorflow/contrib/checkpoint/python/ |
D | split_dependency.py | 83 def _gather_saveables_for_checkpoint(self): member in _SplitDependency
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | iterator_ops.py | 485 def _gather_saveables_for_checkpoint(self): member in Iterator 646 def _gather_saveables_for_checkpoint(self): member in EagerIterator
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/ |
D | model_ops.py | 116 def _gather_saveables_for_checkpoint(self): member in TreeEnsembleVariable
|
D | quantile_ops.py | 155 def _gather_saveables_for_checkpoint(self): member in QuantileAccumulator
|
D | stats_accumulator_ops.py | 193 def _gather_saveables_for_checkpoint(self): member in StatsAccumulator
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 727 def _gather_saveables_for_checkpoint(self): member in MirroredVariable 1108 def _gather_saveables_for_checkpoint(self): member in TPUMirroredVariable 1275 def _gather_saveables_for_checkpoint(self): member in SyncOnReadVariable 1533 def _gather_saveables_for_checkpoint(self): member in AggregatingVariable
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | network.py | 193 def _gather_saveables_for_checkpoint(self): member in Network
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 2785 def _gather_saveables_for_checkpoint(self): member in _OwnsAVariableSimple 2820 def _gather_saveables_for_checkpoint(self): member in _OwnsMirroredVariables
|