Home
last modified time | relevance | path

Searched refs:restored_tensors (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py77 def restore(self, restored_tensors, restored_shapes): argument
78 restored_tensor = restored_tensors[0]
124 def restore(self, restored_tensors, restored_shapes): argument
125 restored_tensor = restored_tensors[0]
434 def restore_fn(*restored_tensors): argument
436 tensor_structure, restored_tensors)
437 for saveable, restored_tensors in zip(saveables,
439 saveable.restore(restored_tensors, restored_shapes=None)
463 def restore(self, restored_tensors, restored_shapes): argument
466 *[restored_tensors[i] for i in range(len(self.specs))])
[all …]
Dfunctional_saver.py108 restored_tensors = io_ops.restore_v2(
111 tensor_structure, restored_tensors)
113 for saveable, restored_tensors in zip(self._saveable_objects,
116 restored_tensors, restored_shapes=None)
Dsaveable_object.py86 def restore(self, restored_tensors, restored_shapes): argument
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py92 def restore(self, restored_tensors, unused_tensor_shapes): argument
93 bucket_boundaries = restored_tensors
192 def restore(self, restored_tensors, unused_restored_shapes): argument
206 stamp_token=restored_tensors[0],
207 tree_ensemble_serialized=restored_tensors[1])
Dtensor_forest_ops.py54 def restore(self, restored_tensors, unused_restored_shapes): argument
68 restored_tensors[0],
Dlookup_ops.py1970 def restore(self, restored_tensors, restored_shapes): argument
1976 restored_tensors[0],
1977 restored_tensors[1])
2271 def restore(self, restored_tensors, restored_shapes): argument
2277 restored_tensors[0],
2278 restored_tensors[1])
/external/tensorflow/tensorflow/python/training/tracking/
Dbenchmarks_test.py47 def restore(self, restored_tensors, restored_shapes): argument
Dutil.py376 restored_tensors = []
387 restored_tensors.append(array_ops.identity(restored))
399 restored_tensors=restored_tensors, restored_shapes=None)
Dbase.py139 def restore(self, restored_tensors, restored_shapes): argument
227 def restore(self, restored_tensors, restored_shapes): argument
Dutil_test.py180 def restore(self, restored_tensors, restored_shapes): argument
182 tensor, = restored_tensors
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py1009 def restore(self, restored_tensors, restored_shapes): argument
1011 tensor, = restored_tensors
1026 def restore(self, restored_tensors, restored_shapes): argument
1028 tensor, = restored_tensors
1137 def restore(self, restored_tensors, restored_shapes): argument
1139 tensor, = restored_tensors
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py906 def restore(self, restored_tensors, restored_shapes): argument
908 return gen_dataset_ops.deserialize_iterator(self.op, restored_tensors[0])
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py3002 def restore(self, restored_tensors, restored_shapes): argument
3004 tensor, = restored_tensors
3083 def restore(self, restored_tensors, restored_shapes): argument