Searched refs:_restore_from_tensors (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/training/saving/ |
D | saveable_object_util_test.py | 49 converter._restore_from_tensors({}) 52 converter._restore_from_tensors({"": 0}) 73 converter._restore_from_tensors({}) 75 converter._restore_from_tensors({"not_a": 1.}) 78 converter._restore_from_tensors({"a": 123.}) 100 converter._restore_from_tensors({"a": 1.}) 103 converter._restore_from_tensors({"a-value": 456.}) 128 converter._restore_from_tensors({"a": 1., "b": 2.}) 130 converter._restore_from_tensors({"b-2": 2.}) 132 converter._restore_from_tensors({"a-1": -123., "b-2": -456.}) [all …]
|
D | saveable_object_util.py | 622 restore_fn = self._trackable._restore_from_tensors # pylint: disable=protected-access 774 def _restore_from_tensors(self, restored_tensors): member in SaveableCompatibilityConverter 811 def _restore_from_tensors(restored_tensors): function 829 return _restore_from_tensors
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | tracing_utils_test.py | 36 def _restore_from_tensors(self, restored_tensors): member in MyTrackable 55 t._restore_from_tensors = (def_function.function(t._restore_from_tensors) 60 self.assertIs(t._restore_from_tensors, restore_fn)
|
D | tracing_utils.py | 34 obj_restore_fn = obj._restore_from_tensors # pylint: disable=protected-access
|
D | load.py | 306 node._restore_from_tensors = self.get(restore_fn_id) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/ |
D | simple_hash_table.py | 104 def _restore_from_tensors(self, restored_tensors): member in SimpleHashTable
|
/external/tensorflow/tensorflow/python/checkpoint/ |
D | saveable_compat_test.py | 138 def _restore_from_tensors(self, restored_tensors): member in TestForceCheckpointConversionFlag.test_forward_compatibility.NewTrackable
|
D | checkpoint_test.py | 1143 def _restore_from_tensors(self, restored_tensors): member in SerializeToTensorTest.test_keys_and_metadata.MultiTensor
|
/external/tensorflow/tensorflow/python/trackable/ |
D | base.py | 733 def _restore_from_tensors(self, restored_tensors): member in Trackable
|
/external/tensorflow/tensorflow/python/saved_model/registration/ |
D | README.md | 51 restoring process which calls `Trackable._restore_from_tensors`.
|
/external/tensorflow/tensorflow/python/ops/ |
D | lookup_ops.py | 2048 def _restore_from_tensors(self, restored_tensors): member in MutableHashTable 2383 def _restore_from_tensors(self, restored_tensors): member in DenseHashTable
|