/aosp_15_r20/external/tensorflow/tensorflow/python/training/saving/ |
H A D | saveable_object_util.py | 76 def restore(self, restored_tensors, restored_shapes): argument 124 def restore(self, restored_tensors, restored_shapes): argument 447 def restore_fn(*restored_tensors): 492 def restore(self, restored_tensors, restored_shapes): argument 550 def restore_fn(*restored_tensors): 615 def restore(self, restored_tensors, restored_shapes): argument 774 def _restore_from_tensors(self, restored_tensors): argument 811 def _restore_from_tensors(restored_tensors): argument
|
H A D | saveable_object_util_test.py | 39 def restore(self, restored_tensors, restored_shapes): argument 175 def restore(self, restored_tensors, restored_shapes): argument 264 def restore(self, restored_tensors, restored_shapes): argument 284 def _restore_from_tensors(self, restored_tensors): argument
|
H A D | saveable_object.py | 78 def restore(self, restored_tensors, restored_shapes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | saveable_compat_test.py | 114 def restore(self, restored_tensors, restored_shapes): argument 138 def _restore_from_tensors(self, restored_tensors): argument
|
H A D | checkpoint_test.py | 158 def restore(self, restored_tensors, restored_shapes): argument 1143 def _restore_from_tensors(self, restored_tensors): argument
|
H A D | benchmarks_test.py | 42 def restore(self, restored_tensors, restored_shapes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | lookup_ops.py | 2048 def _restore_from_tensors(self, restored_tensors): argument 2071 def restore(self, restored_tensors, restored_shapes): argument 2383 def _restore_from_tensors(self, restored_tensors): argument 2406 def restore(self, restored_tensors, restored_shapes): argument
|
H A D | boosted_trees_ops.py | 89 def restore(self, restored_tensors, unused_tensor_shapes): argument 189 def restore(self, restored_tensors, unused_restored_shapes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/trackable/ |
H A D | base.py | 168 def restore(self, restored_tensors, restored_shapes): argument 733 def _restore_from_tensors(self, restored_tensors): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | tracing_utils.py | 54 def restore_fn(restored_tensors): argument
|
H A D | tracing_utils_test.py | 36 def _restore_from_tensors(self, restored_tensors): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/ |
H A D | simple_hash_table.py | 104 def _restore_from_tensors(self, restored_tensors): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/ |
H A D | d_variable.py | 117 def restore(self, restored_tensors, restored_shapes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | saver_test.py | 3068 def restore(self, restored_tensors, restored_shapes): argument 3149 def restore(self, restored_tensors, restored_shapes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | values.py | 1072 def restore(self, restored_tensors, restored_shapes): argument 1088 def restore(self, restored_tensors, restored_shapes): argument 1202 def restore(self, restored_tensors, restored_shapes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/ |
H A D | iterator_ops.py | 952 def restore(self, restored_tensors, restored_shapes): argument
|