Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.train.-exponential-moving-average.pbtxt26 name: "variables_to_restore"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.-exponential-moving-average.pbtxt26 name: "variables_to_restore"
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py338 vars_to_restore = ema.variables_to_restore()
386 vars_to_restore = ema.variables_to_restore()
431 vars_to_restore = ema.variables_to_restore([v0, tensor2])
488 vars_to_restore = ema.variables_to_restore()
Dmoving_averages.py533 def variables_to_restore(self, moving_avg_variables=None): member in ExponentialMovingAverage