tf.contrib.framework.local_variable()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.local_variable(initial_value, validate_shape=True, name=None) Create variable and add it to GraphKeys

2025-01-10 15:47:30
tf.contrib.framework.deprecated_arg_values()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.deprecated_arg_values(date, instructions, **deprecated_kwargs) Decorator for marking specific function argument

2025-01-10 15:47:30
tf.contrib.framework.has_arg_scope()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.has_arg_scope(func) Checks whether a func has been decorated with @add_arg_scope or not.

2025-01-10 15:47:30
tf.contrib.framework.get_variables_to_restore()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.get_variables_to_restore(include=None, exclude=None) Gets the list of the variables to restore.

2025-01-10 15:47:30
tf.contrib.framework.get_local_variables()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.get_local_variables(scope=None, suffix=None) Gets the list of model variables, filtered by scope and/or suffix

2025-01-10 15:47:30
tf.contrib.framework.VariableDeviceChooser.
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.VariableDeviceChooser.__call__(op)

2025-01-10 15:47:30
tf.contrib.framework.assign_from_checkpoint_fn()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.assign_from_checkpoint_fn(model_path, var_list, ignore_missing_vars=False, reshape_variables=False) Returns

2025-01-10 15:47:30
tf.is_strictly_increasing()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.is_strictly_increasing(x, name=None) Returns True if x is strictly increasing.

2025-01-10 15:47:30
tf.contrib.framework.arg_scope()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.arg_scope(list_ops_or_scope, **kwargs) Stores the default arguments for the given set of list_ops.

2025-01-10 15:47:30
tf.contrib.framework.arg_scoped_arguments()
  • References/Big Data/TensorFlow/TensorFlow Python/Framework

tf.contrib.framework.arg_scoped_arguments(func) Returns the list kwargs that arg_scope can set for a func.

2025-01-10 15:47:30