Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dnumpy_dataset.py75 def create_colocated_variable(next_creator, **kwargs): function
80 with variable_scope.variable_creator_scope(create_colocated_variable):
Ddistribute_lib.py2267 def create_colocated_variable(next_creator, **kwargs): function
2275 return variable_scope.variable_creator_scope(create_colocated_variable)