Skip to main content

Module dependent_patterns

Module dependent_patterns 

Source
Expand description

Common dependent type patterns.

Functionsยง

attention_tensor
Attention tensor (batch, heads, seq_len, head_dim).
batch_matrix
Batch of matrices.
batch_vector
Batch of vectors.
identity_matrix
Identity matrix type (square with ones on diagonal).
image_tensor
4D image tensor (batch, channels, height, width).
square_matrix
Square matrix type.