Method__call__ Args: x: [B, 224, 224, 3] preprocessed image (channels-last). Returns: [B, 257, 1280] CLS + patch token feat
video/wan2.1/wan/clip.py:98
Method__call__(
self,
x: mx.array,
e: mx.array,
grid_sizes: list,
context: mx.array,
video/wan2.1/wan/layers.py:200
Method__init__(
self,
in_channels: int,
out_channels: int,
kernel_size: Union[int, tuple],
segment_anything/segment_anything/mask_decoder.py:203