Home
last modified time | relevance | path

Searched refs:default_variable_creator_v2 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py2739 def default_variable_creator_v2(next_creator=None, **kwargs): function
2773 variables.default_variable_creator_v2 = default_variable_creator_v2
H A Dvariables.py56 def default_variable_creator_v2(_, **kwds): function
241 previous_getter = lambda **kws: default_variable_creator_v2(None, **kws)