Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.ops.pbtxt8 name: "is_resource_variable"
/external/tensorflow/tensorflow/python/training/
Doptimizer.py212 …if resource_variable_ops.is_resource_variable(v) and not v._in_graph_mode: # pylint: disable=prot…
616 resource_variable_ops.is_resource_variable(var)
700 resource_variable_ops.is_resource_variable(v) and
830 use_resource=resource_variable_ops.is_resource_variable(
Dslot_creator.py68 if resource_variable_ops.is_resource_variable(primary):
Dtraining_util.py339 resource_variable_ops.is_resource_variable(global_step_tensor)):
Dadam_test.py205 resource_variable_ops.is_resource_variable(beta1_power))
208 resource_variable_ops.is_resource_variable(beta2_power))
Dcheckpoint_utils.py529 resource_variable_ops.is_resource_variable(x))
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc252 bool is_resource_variable = resource_vars.count(arg_num); in PopulateInputs() local
254 is_resource_variable && in PopulateInputs()
260 const Tensor* t = is_resource_variable in PopulateInputs()
268 << "; is_resource_variable=" << is_resource_variable in PopulateInputs()
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py233 if read_value and resource_variable_ops.is_resource_variable(assign_var):
243 if resource_variable_ops.is_resource_variable(update_var):
/external/tensorflow/tensorflow/python/saved_model/
Dload.py363 if resource_variable_ops.is_resource_variable(bound_input):
390 elif resource_variable_ops.is_resource_variable(obj):
493 if resource_variable_ops.is_resource_variable(obj):
Dsave.py237 if resource_variable_ops.is_resource_variable(obj):
973 elif resource_variable_ops.is_resource_variable(obj):
/external/tensorflow/tensorflow/python/eager/
Dbackprop.py735 if resource_variable_ops.is_resource_variable(x):
1061 if resource_variable_ops.is_resource_variable(t):
Dwrap_function.py209 if not resource_variable_ops.is_resource_variable(
Dfunction.py126 if resource_variable_ops.is_resource_variable(v):
/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py436 if not resource_variable_ops.is_resource_variable(v):
Dgradients_util.py528 x.handle if resource_variable_ops.is_resource_variable(x) else x
Dresource_variable_ops.py2272 def is_resource_variable(var): function
/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py97 elif resource_variable_ops.is_resource_variable(var):
/external/tensorflow/tensorflow/python/distribute/
Dpacked_distributed_variable.py51 if not resource_variable_ops.is_resource_variable(var):
Dvalues_v2_test.py353 self.assertTrue(resource_variable_ops.is_resource_variable(v))
Dparameter_server_strategy.py549 if not resource_variable_ops.is_resource_variable(var):
Dcross_device_ops.py76 )) and not resource_variable_ops.is_resource_variable(destinations):
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py608 resource_variable_ops.is_resource_variable(variable)):