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

  /external/tensorflow/tensorflow/python/eager/
graph_callable.py 113 def _custom_getter(getter=None, name=None, shape=None, dtype=dtypes.float32, # pylint: disable=missing-docstring function in function:_VariableCapturingScope.capturing_scope
125 with variable_scope.variable_scope(scope, custom_getter=_custom_getter):
139 def _custom_getter(getter=None, name=None, shape=None, dtype=dtypes.float32, # pylint: disable=missing-docstring function in function:_VariableCapturingScope.initializing_scope
164 with variable_scope.variable_scope(scope, custom_getter=_custom_getter):
  /external/tensorflow/tensorflow/python/ops/
template.py 282 self._custom_getter = custom_getter
289 custom_getter=self._custom_getter) as vs:
358 custom_getter=self._custom_getter) as vs:
629 custom_getter=self._custom_getter) as vs:
variable_scope.py     [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
network.py 598 Returns: A tuple of (_custom_getter, deferred_restorations)
599 _custom_getter: The getter which should be added to variable_scopes where
608 def _custom_getter(getter, name, shape=None, dtype=None, function in function:_make_custom_getter_for_deferred_restorations
669 return _custom_getter, deferred_restorations
    [all...]
network_test.py 649 def _custom_getter(getter, *args, **kwargs): function in function:NetworkTest.testWrappingInAnonymousVariableScope
652 with variable_scope.variable_scope("", custom_getter=_custom_getter):
    [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variable_utils_impl.py 118 def _custom_getter(getter, *args, **kwargs): function in function:externalize_variables_as_args._make_bypassing_custom_getter_fn
128 return _custom_getter

Completed in 272 milliseconds