Home
last modified time | relevance | path

Searched refs:variable_created_in_scope (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.distribute.-strategy-extended.pbtxt42 name: "variable_created_in_scope"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.distribute.-strategy-extended.pbtxt87 name: "variable_created_in_scope"
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining.py2656 if not strategy.extended.variable_created_in_scope(v):
2672 if not strategy.extended.variable_created_in_scope(v):
2687 if not strategy.extended.variable_created_in_scope(v):
H A Dtraining_v1.py476 if not strategy.extended.variable_created_in_scope(v):
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Ddistribute_lib.py2204 def variable_created_in_scope(self, v): member in StrategyExtendedV2
3651 def variable_created_in_scope(self, v): member in _DefaultDistributionExtended
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dmetrics_utils.py80 not strategy.extended.variable_created_in_scope(weight)
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/optimizer_v2/
H A Doptimizer_v2.py904 if not strategy.extended.variable_created_in_scope(var):