Home | History | Annotate | Download | only in training

Lines Matching refs:initializer

63       # We need to set the static shape information on the initializer if
165 """Determine whether this value is restorable with a Tensor initializer."""
311 initializer=None, getter=None, **kwargs_for_getter):
316 before variable object creation), `initializer` may be ignored and the value
324 initializer: The initializer to use. Ignored if there is a deferred
346 # can set that value as an initializer rather than initializing and then
355 isinstance(initializer, CheckpointInitialValue)
356 and initializer.restore_uid > checkpoint_initializer.restore_uid)):
359 # one called last) has to make the final initializer. If another custom
360 # getter interrupts this process by overwriting the initializer, then
362 # effort" to set the initializer with the highest restore UID.
363 initializer = checkpoint_initializer
367 name=name, shape=shape, dtype=dtype, initializer=initializer,
370 # If we set an initializer and the variable processed it, tracking will not
381 overrides the initializer), the assignment will still happen once the
389 initializer/initial_value, or None if
402 # initializer (because it has dependencies, or because there are