def sin_and_cos(x, name="ignored"): return tf.concat(axis=len(x.get_shape()) - 1, values=[tf.sin(x), tf.cos(x)])