tf.contrib.framework.with_same_shape()

tf.contrib.framework.with_same_shape(expected_tensor, tensor) Assert tensors are the same shape, from the same graph.

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

tf.contrib.framework.with_shape(expected_shape, tensor) Asserts tensor has expected shape. If

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

tf.contrib.framework.convert_to_tensor_or_sparse_tensor(value, dtype=None, name=None, as_ref=False) Converts value to a

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

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

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

tf.contrib.framework.assert_same_float_dtype(tensors=None, dtype=None) Validate and return float type based on tensors

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

tf.contrib.framework.assert_scalar_int(tensor) Assert tensor is 0-D, of type tf.int32 or tf.int64

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

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

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

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

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

tf.contrib.framework.assign_from_values_fn(var_names_to_values) Returns a function that assigns specific variables from the given

2016-10-14 13:04:45
tf.contrib.framework.reduce_sum_n()

tf.contrib.framework.reduce_sum_n(tensors, name=None) Reduce tensors to a scalar sum. This reduces

2016-10-14 13:04:49