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

tf.contrib.framework.add_arg_scope(func) Decorates a function with args so it can be used within an arg_scope.

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

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

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

tf.contrib.framework.get_variables_by_suffix(suffix, scope=None) Gets the list of variables that end with the given suffix.

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

tf.is_numeric_tensor(tensor)

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

tf.contrib.framework.VariableDeviceChooser.__init__(num_tasks=0, job_name='ps', device_type='CPU', device_index=0) Initialize

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

tf.contrib.framework.get_variables(scope=None, suffix=None, collection='variables') Gets the list of variables, filtered by scope

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

tf.contrib.framework.is_tensor(x) Check for tensor types. Check whether an object is a tensor

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

tf.contrib.framework.deprecated_args(date, instructions, *deprecated_arg_names) Decorator for marking specific function arguments

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

tf.contrib.framework.assert_or_get_global_step(graph=None, global_step_tensor=None) Verifies that a global step tensor is valid

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

tf.contrib.framework.assert_global_step(global_step_tensor) Asserts global_step_tensor is a scalar int Variable

2025-01-10 15:47:30