Searched defs:restored_tensors (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/training/saving/ |
D | saveable_object_util.py | 77 def restore(self, restored_tensors, restored_shapes): argument 124 def restore(self, restored_tensors, restored_shapes): argument 434 def restore_fn(*restored_tensors): 463 def restore(self, restored_tensors, restored_shapes): argument 500 def restore_fn(*restored_tensors):
|
D | saveable_object.py | 86 def restore(self, restored_tensors, restored_shapes): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | boosted_trees_ops.py | 92 def restore(self, restored_tensors, unused_tensor_shapes): argument 192 def restore(self, restored_tensors, unused_restored_shapes): argument
|
D | lookup_ops.py | 1979 def restore(self, restored_tensors, restored_shapes): argument 2285 def restore(self, restored_tensors, restored_shapes): argument
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | benchmarks_test.py | 47 def restore(self, restored_tensors, restored_shapes): argument
|
D | base.py | 140 def restore(self, restored_tensors, restored_shapes): argument 228 def restore(self, restored_tensors, restored_shapes): argument
|
D | util_test.py | 159 def restore(self, restored_tensors, restored_shapes): argument
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | iterator_ops.py | 946 def restore(self, restored_tensors, restored_shapes): argument
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 3067 def restore(self, restored_tensors, restored_shapes): argument 3148 def restore(self, restored_tensors, restored_shapes): argument
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 1075 def restore(self, restored_tensors, restored_shapes): argument 1091 def restore(self, restored_tensors, restored_shapes): argument 1205 def restore(self, restored_tensors, restored_shapes): argument
|