Home
last modified time | relevance | path

Searched refs:_is_variable (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dwarm_starting_util.py163 if checkpoint_utils._is_variable(var): # pylint: disable=protected-access
166 all(checkpoint_utils._is_variable(v) for v in var)): # pylint: disable=protected-access
234 if checkpoint_utils._is_variable(var):
237 all(checkpoint_utils._is_variable(v) for v in var)):
341 …elif all(checkpoint_utils._is_variable(v) for v in vars_to_warm_start): # pylint: disable=protect…
Dcheckpoint_utils.py205 if _is_variable(current_var_or_name) or (
207 and all(_is_variable(v) for v in current_var_or_name)):
222 if _is_variable(var):
362 def _is_variable(x): function
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_ops.py299 if fc._is_variable(variable): # pylint: disable=protected-access
347 if fc._is_variable(variable): # pylint: disable=protected-access
724 if fc._is_variable(variable): # pylint: disable=protected-access
727 elif fc._is_variable(variable): # pylint: disable=protected-access
Dfeature_column.py1187 def _is_variable(v): function
1278 if _is_variable(embeddings):
/external/tensorflow/tensorflow/lite/schema/
Dschema_generated.h8847 auto _is_variable = _o->is_variable;
8855 _is_variable);