Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2.py815 def variable_creator(name, initializer, trainable=True): function
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py2691 def variable_creator_scope_v1(variable_creator): argument
2767 def variable_creator_scope(variable_creator): argument
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py1349 def variable_creator(): function