Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py199 VariableAggregation = variables.VariableAggregation # pylint: disable=invalid-name variable
Dvariables.py119 class VariableAggregation(enum.Enum): class