Home
last modified time | relevance | path

Searched refs:restored_shapes (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py65 def restore(self, restored_tensors, restored_shapes): argument
67 if restored_shapes is not None:
68 restored_tensor = array_ops.reshape(restored_tensor, restored_shapes[0])
72 validate_shape=restored_shapes is None and
107 def restore(self, restored_tensors, restored_shapes): argument
109 if restored_shapes is not None:
110 restored_tensor = array_ops.reshape(restored_tensor, restored_shapes[0])
Dsaveable_object.py88 def restore(self, restored_tensors, restored_shapes): argument
Dfunctional_saver.py137 restored_shapes=None))
/external/tensorflow/tensorflow/contrib/checkpoint/python/
Dsplit_dependency.py40 def restore(self, restored_tensors, restored_shapes): argument
/external/tensorflow/tensorflow/python/training/tracking/
Dbase.py103 def restore(self, restored_tensors, restored_shapes): argument
185 def restore(self, restored_tensors, restored_shapes): argument
Dutil.py252 restored_shapes=None)
Dutil_test.py225 def restore(self, restored_tensors, restored_shapes): argument
/external/tensorflow/tensorflow/python/ops/
Dlookup_ops.py1744 def restore(self, restored_tensors, restored_shapes, name=None): argument
1745 del restored_shapes # unused
2035 def restore(self, restored_tensors, restored_shapes, name=None): argument
2036 del restored_shapes # unused
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_utils.py322 init_op = saveable_objects[0].restore([restore_op], restored_shapes=None)
Dsaver_test.py2803 def restore(self, restored_tensors, restored_shapes): argument
2906 def restore(self, restored_tensors, restored_shapes): argument
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py666 def restore(self, restored_tensors, restored_shapes): argument
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
Dcudnn_rnn_ops.py734 def restore(self, restored_tensors, restored_shapes): argument
752 restored_shapes=None # Unused
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py639 def restore(self, restored_tensors, restored_shapes): argument
1212 def restore(self, restored_tensors, restored_shapes): argument
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Dcheckpointable_utils_test.py85 def restore(self, restored_tensors, restored_shapes): argument