Home
last modified time | relevance | path

Searched refs:to_restore (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py2436 to_restore = embedding_weights
2437 if isinstance(to_restore, variables.PartitionedVariable):
2438 to_restore = to_restore._get_variable_list() # pylint: disable=protected-access
2440 self.tensor_name_in_ckpt: to_restore
2579 to_restore = embedding_weights
2580 if isinstance(to_restore, variables.PartitionedVariable):
2581 to_restore = to_restore._get_variable_list() # pylint: disable=protected-access
2583 self.tensor_name_in_ckpt: to_restore
Dfeature_column_v2.py3055 to_restore = embedding_weights
3056 if isinstance(to_restore, variables.PartitionedVariable):
3057 to_restore = to_restore._get_variable_list() # pylint: disable=protected-access
3059 self.tensor_name_in_ckpt: to_restore
3257 to_restore = var
3258 if isinstance(to_restore, variables.PartitionedVariable):
3259 to_restore = to_restore._get_variable_list() # pylint: disable=protected-access
3261 self._ckpt_to_load_from, {self._tensor_name_in_ckpt: to_restore})
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c233 unsigned to_restore = 0; in sanitize_hash() local
255 samplers_to_restore[to_restore++] = sampler; in sanitize_hash()
278 while (to_restore--) { in sanitize_hash()
279 struct cso_sampler *sampler = samplers_to_restore[to_restore]; in sanitize_hash()