HomeSort by relevance Sort by last modified time
    Searched refs:initializing_from_value (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
variable_scope.py 525 initializing_from_value = initializer is not None and isinstance(
536 if initializing_from_value:
635 init, initializing_from_value = self._get_default_initializer(
637 if initializing_from_value:
728 initializing_from_value = False
730 initializing_from_value = True
731 if shape is not None and initializing_from_value:
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
checkpointable_utils.py 65 initializer, initializing_from_value = (
69 initializing_from_value = not callable(initializer)
72 if initializing_from_value:

Completed in 672 milliseconds