unflatten_from_ndims¶
-
tfsnippet.ops.unflatten_from_ndims(x, static_front_shape, front_shape, name=None)¶ The inverse transformation of
flatten().If both static_front_shape is None and front_shape is None, x will be returned without any change.
Parameters: Returns: The unflatten x.
Return type: tf.Tensor