Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.ops.pbtxt8 name: "is_resource_variable"
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc239 bool is_resource_variable = resource_vars.count(arg_num); in PopulateInputs() local
241 is_resource_variable && in PopulateInputs()
247 const Tensor* t = is_resource_variable in PopulateInputs()
255 << "; is_resource_variable=" << is_resource_variable in PopulateInputs()
/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(
Dtraining_util.py174 resource_variable_ops.is_resource_variable(global_step_tensor)):
Dslot_creator.py68 if resource_variable_ops.is_resource_variable(primary):
Dcheckpoint_utils.py478 resource_variable_ops.is_resource_variable(x))
Dadam_test.py205 resource_variable_ops.is_resource_variable(beta1_power))
208 resource_variable_ops.is_resource_variable(beta2_power))
/external/tensorflow/tensorflow/python/saved_model/
Dload.py360 if resource_variable_ops.is_resource_variable(bound_input):
387 elif resource_variable_ops.is_resource_variable(obj):
504 if resource_variable_ops.is_resource_variable(obj):
Dsave.py223 if resource_variable_ops.is_resource_variable(obj):
781 elif resource_variable_ops.is_resource_variable(obj):
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py238 if read_value and resource_variable_ops.is_resource_variable(assign_var):
248 if resource_variable_ops.is_resource_variable(update_var):
/external/tensorflow/tensorflow/python/eager/
Dbackprop.py725 if resource_variable_ops.is_resource_variable(x):
1051 if resource_variable_ops.is_resource_variable(t):
Dwrap_function.py207 if not resource_variable_ops.is_resource_variable(
Dfunction.py125 if resource_variable_ops.is_resource_variable(v):
/external/tensorflow/tensorflow/python/ops/
Dcustom_gradient.py343 if not resource_variable_ops.is_resource_variable(v):
Dgradients_util.py530 x.handle if resource_variable_ops.is_resource_variable(x) else x
Dresource_variable_ops.py2218 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):
Dparameter_server_strategy.py555 if not resource_variable_ops.is_resource_variable(var):
Dcross_device_ops.py75 )) 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)):