← back to Exo

.typings/mflux/models/depth_pro/model/encoder/depth_pro_encoder.pyi

13 lines

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

import mlx.core as mx
import mlx.nn as nn

class DepthProEncoder(nn.Module):
    def __init__(self) -> None: ...
    def __call__(
        self, x0: mx.array, x1: mx.array, x2: mx.array
    ) -> tuple[mx.array, mx.array, mx.array, mx.array, mx.array]: ...