Home
last modified time | relevance | path

Searched refs:set_partitioner (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dslot_creator.py64 variable_scope.get_variable_scope().set_partitioner(None)
82 variable_scope.get_variable_scope().set_partitioner(current_partitioner)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-variable-scope.pbtxt90 name: "set_partitioner"
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1241 def set_partitioner(self, partitioner): member in VariableScope
1950 variable_scope_object.set_partitioner(self._partitioner)
2009 variable_scope_object.set_partitioner(self._partitioner)
/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py443 self._scope.set_partitioner(None)
517 self._scope.set_partitioner(partitioner)