Home
last modified time | relevance | path

Searched defs:variable_creator (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py2563 def variable_creator_scope_v1(variable_creator): argument
2639 def variable_creator_scope(variable_creator): argument
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py763 def variable_creator(): function