T3Frame.validate#

t3toolbox.frame_variations_format.T3Frame.validate()#
def validate(self) -> None:

Check rank and shape consistency of Tucker tensor train frame (T3Frame).

Parameters:

x (T3Frame)

Raises:

ValueError – Error raised if the cores of the T3Frame have inconsistent shapes.

Return type:

None

See also

T3Frame, T3Variations