Searched refs:variable_creator_fn (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | mirrored_run.py | 156 variable_creator_fn = shared_variable_creator.make_fn( 159 distribution, coord, index, devices, variable_creator_fn, fn, 242 def __init__(self, dist, coord, replica_id, devices, variable_creator_fn, argument 252 self.variable_creator_fn = variable_creator_fn 322 variable_scope.variable_creator_scope(self.variable_creator_fn):
|