tf.contrib.framework.VariableDeviceChooser.

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

2016-10-14 13:04:50
tf.contrib.framework.get_variables()

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

2016-10-14 13:04:48
tf.contrib.framework.get_variables_by_suffix()

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

2016-10-14 13:04:48
tf.contrib.framework.add_arg_scope()

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

2016-10-14 13:04:43
tf.is_numeric_tensor()

tf.is_numeric_tensor(tensor)

2016-10-14 13:08:15
tf.contrib.framework.variable()

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

2016-10-14 13:04:49
tf.contrib.framework.assert_or_get_global_step()

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

2016-10-14 13:04:44
tf.contrib.framework.assert_global_step()

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

2016-10-14 13:04:44
tf.contrib.framework.deprecated_args()

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

2016-10-14 13:04:46
tf.contrib.framework.get_unique_variable()

tf.contrib.framework.get_unique_variable(var_op_name) Gets the variable uniquely identified by that var_op_name.

2016-10-14 13:04:48