/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/ |
D | stats_accumulator_ops.py | 84 def restore(self, restored_tensors, unused_restored_shapes): argument 97 stamp_token=restored_tensors[0], 98 num_updates=restored_tensors[1], 99 partition_ids=restored_tensors[2], 100 feature_ids=restored_tensors[3], 101 gradients=restored_tensors[4], 102 hessians=restored_tensors[5])
|
D | quantile_ops.py | 63 def restore(self, restored_tensors, unused_restored_shapes): argument 76 stamp_token = restored_tensors[:1] 77 state = restored_tensors[1:2] 78 are_buckets_ready = restored_tensors[2:3] 79 buckets = restored_tensors[3]
|
D | model_ops.py | 70 def restore(self, restored_tensors, unused_restored_shapes): argument 84 stamp_token=restored_tensors[0], 85 tree_ensemble_config=restored_tensors[1])
|
/external/tensorflow/tensorflow/python/training/saving/ |
D | functional_saver.py | 129 restored_tensors = io_ops.restore_v2( 132 tensor_structure, restored_tensors) 134 for saveable, restored_tensors in zip(saveable_objects, 136 restore_ops.append(saveable.restore(restored_tensors,
|
D | saveable_object_util.py | 65 def restore(self, restored_tensors, restored_shapes): argument 66 restored_tensor = restored_tensors[0] 107 def restore(self, restored_tensors, restored_shapes): argument 108 restored_tensor = restored_tensors[0]
|
D | saveable_object.py | 88 def restore(self, restored_tensors, restored_shapes): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | boosted_trees_ops.py | 86 def restore(self, restored_tensors, unused_tensor_shapes): argument 87 bucket_boundaries = restored_tensors 186 def restore(self, restored_tensors, unused_restored_shapes): argument 200 stamp_token=restored_tensors[0], 201 tree_ensemble_serialized=restored_tensors[1])
|
D | tensor_forest_ops.py | 54 def restore(self, restored_tensors, unused_restored_shapes): argument 68 restored_tensors[0],
|
D | lookup_ops.py | 1744 def restore(self, restored_tensors, restored_shapes, name=None): argument 1750 self.op.resource_handle, restored_tensors[0], restored_tensors[1]) 2035 def restore(self, restored_tensors, restored_shapes, name=None): argument 2041 self.op.resource_handle, restored_tensors[0], restored_tensors[1])
|
/external/tensorflow/tensorflow/contrib/checkpoint/python/ |
D | split_dependency.py | 40 def restore(self, restored_tensors, restored_shapes): argument 42 tensor, = restored_tensors
|
/external/tensorflow/tensorflow/contrib/tensor_forest/python/ops/ |
D | stats_ops.py | 74 def restore(self, restored_tensors, unused_restored_shapes): argument 87 self._stats_handle, restored_tensors[0],
|
D | model_ops.py | 77 def restore(self, restored_tensors, unused_restored_shapes): argument 91 restored_tensors[0],
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | iterator_ops.py | 81 def restore(self, restored_tensors, unused_restored_shapes): argument 83 return gen_dataset_ops.deserialize_iterator(self.op, restored_tensors[0])
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | iterator_ops.py | 666 def restore(self, restored_tensors, restored_shapes): argument 668 return gen_dataset_ops.deserialize_iterator(self.op, restored_tensors[0])
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | util.py | 229 restored_tensors = [] 240 restored_tensors.append(array_ops.identity(restored)) 251 saveable.restore(restored_tensors=restored_tensors,
|
D | base.py | 103 def restore(self, restored_tensors, restored_shapes): argument 185 def restore(self, restored_tensors, restored_shapes): argument
|
D | util_test.py | 225 def restore(self, restored_tensors, restored_shapes): argument 227 tensor, = restored_tensors
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 639 def restore(self, restored_tensors, restored_shapes): argument 641 tensor, = restored_tensors 1212 def restore(self, restored_tensors, restored_shapes): argument 1214 tensor, = restored_tensors
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/ |
D | cudnn_rnn_ops.py | 734 def restore(self, restored_tensors, restored_shapes): argument 736 restored_tensors) 751 restored_tensors=tensors,
|
/external/tensorflow/tensorflow/contrib/optimizer_v2/ |
D | checkpointable_utils_test.py | 85 def restore(self, restored_tensors, restored_shapes): argument 87 tensor, = restored_tensors
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 2803 def restore(self, restored_tensors, restored_shapes): argument 2805 tensor, = restored_tensors 2906 def restore(self, restored_tensors, restored_shapes): argument
|