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

tf.contrib.framework.get_variables_by_name(given_name, scope=None) Gets the list of variables that were given that name.

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

tf.contrib.framework.get_or_create_global_step(graph=None) Returns and create (if necessary) the global step variable.

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

tf.is_non_decreasing(x, name=None) Returns True if x is non-decreasing. Elements

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

tf.contrib.framework.get_model_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

class tf.contrib.framework.VariableDeviceChooser Device chooser for variables. When using a parameter

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

tf.contrib.framework.deprecated(date, instructions) Decorator for marking functions or methods deprecated. This

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

tf.contrib.framework.get_graph_from_inputs(op_input_list, graph=None) Returns the appropriate graph to use for the given inputs

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

tf.contrib.framework.assign_from_values(var_names_to_values) Creates an assignment operation from a given mapping.

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

tf.contrib.framework.model_variable(*args, **kwargs) Gets an existing model variable with these parameters or creates a new one

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

tf.contrib.framework.assign_from_checkpoint(model_path, var_list) Creates an operation to assign specific variables from a checkpoint

2025-01-10 15:47:30