← back to Exo

.typings/mflux/models/flux/model/siglip_vision_transformer/siglip_mlp.pyi

11 lines

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

import mlx.core as mx
from mlx import nn

class SiglipMLP(nn.Module):
    def __init__(self) -> None: ...
    def __call__(self, hidden_states: mx.array) -> mx.array: ...