Home
last modified time | relevance | path

Searched refs:_gather_saveables_for_checkpoint (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/
Dstats_ops.py130 def _gather_saveables_for_checkpoint(self): member in FertileStatsVariable
162 fertile_stats_var._gather_saveables_for_checkpoint()[ # pylint: disable=protected-access
Dmodel_ops.py135 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/
Dpython_state.py85 def _gather_saveables_for_checkpoint(self): member in PythonState
Dbase_test.py78 has_config._gather_saveables_for_checkpoint = lambda: attributes
Dbase.py309 … saveables = self.trackable._gather_saveables_for_checkpoint() # pylint: disable=protected-access
814 def _gather_saveables_for_checkpoint(self): member in Trackable
Dgraph_view.py235 … object_to_save._gather_saveables_for_checkpoint().items()): # pylint: disable=protected-access
Dutil.py195 trackable._gather_saveables_for_checkpoint().items()): # pylint: disable=protected-access
Dutil_test.py242 def _gather_saveables_for_checkpoint(self): member in _OwnsMirroredVariables
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
Dcudnn_rnn.py372 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/
Dboosted_trees_ops.py143 def _gather_saveables_for_checkpoint(self): member in QuantileAccumulator
247 def _gather_saveables_for_checkpoint(self): member in TreeEnsemble
Dlookup_ops.py1728 def _gather_saveables_for_checkpoint(self): member in MutableHashTable
2019 def _gather_saveables_for_checkpoint(self): member in DenseHashTable
Dvariables.py1034 def _gather_saveables_for_checkpoint(self): member in Variable
/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py171 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/
Dsplit_dependency.py83 def _gather_saveables_for_checkpoint(self): member in _SplitDependency
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py485 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/
Dmodel_ops.py116 def _gather_saveables_for_checkpoint(self): member in TreeEnsembleVariable
Dquantile_ops.py155 def _gather_saveables_for_checkpoint(self): member in QuantileAccumulator
Dstats_accumulator_ops.py193 def _gather_saveables_for_checkpoint(self): member in StatsAccumulator
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py727 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/
Dnetwork.py193 def _gather_saveables_for_checkpoint(self): member in Network
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2785 def _gather_saveables_for_checkpoint(self): member in _OwnsAVariableSimple
2820 def _gather_saveables_for_checkpoint(self): member in _OwnsMirroredVariables