Home
last modified time | relevance | path

Searched refs:is_resource_variable (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/saved_model/
Dload.py116 if resource_variable_ops.is_resource_variable(obj):
204 if resource_variable_ops.is_resource_variable(obj):
Dsave.py220 elif resource_variable_ops.is_resource_variable(obj):
570 elif resource_variable_ops.is_resource_variable(obj):
/external/tensorflow/tensorflow/python/training/
Dslot_creator.py61 if resource_variable_ops.is_resource_variable(primary):
Dtraining_util.py175 resource_variable_ops.is_resource_variable(global_step_tensor)):
Doptimizer.py203 …if resource_variable_ops.is_resource_variable(v) and not v._in_graph_mode: # pylint: disable=prot…
669 resource_variable_ops.is_resource_variable(v) and
809 use_resource=resource_variable_ops.is_resource_variable(
Dadam_test.py204 resource_variable_ops.is_resource_variable(beta1_power))
207 resource_variable_ops.is_resource_variable(beta2_power))
Dcheckpoint_utils.py364 resource_variable_ops.is_resource_variable(x))
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dautocast_variable.py60 if not resource_variable_ops.is_resource_variable(variable):
/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py188 if not resource_variable_ops.is_resource_variable(v):
Dgradients_util.py596 x.handle if resource_variable_ops.is_resource_variable(x) else x
Dresource_variable_ops.py1566 def is_resource_variable(var): function
/external/tensorflow/tensorflow/python/eager/
Dbackprop.py655 if resource_variable_ops.is_resource_variable(x):
940 if resource_variable_ops.is_resource_variable(t):
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py87 if resource_variable_ops.is_resource_variable(ref):
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py603 resource_variable_ops.is_resource_variable(variable)):