hydra.dsl.lib.functions module

DSL functions for hydra.overlay.python.lib.functions.

hydra.dsl.lib.functions.compose(g: TypedTerm[Callable[[T2], T3]], f: TypedTerm[Callable[[T1], T2]], x: TypedTerm[T1]) TypedTerm[T3]

DSL reference to hydra.overlay.python.lib.functions.compose.

hydra.dsl.lib.functions.const(x: TypedTerm[T1], y: TypedTerm[T2]) TypedTerm[T1]

DSL reference to hydra.overlay.python.lib.functions.const.

hydra.dsl.lib.functions.flip(f: TypedTerm[Callable[[T1, T2], T3]], x: TypedTerm[T2], y: TypedTerm[T1]) TypedTerm[T3]

DSL reference to hydra.overlay.python.lib.functions.flip.

hydra.dsl.lib.functions.identity(x: TypedTerm[T1]) TypedTerm[T1]

DSL reference to hydra.overlay.python.lib.functions.identity.