← back to Exo

.typings/mflux/models/qwen/model/qwen_vae/qwen_image_attention_block_3d.pyi

11 lines

"""
This type stub file was generated by pyright.
"""

import mlx.core as mx
from mlx import nn

class QwenImageAttentionBlock3D(nn.Module):
    def __init__(self, dim: int) -> None: ...
    def __call__(self, x: mx.array) -> mx.array: ...