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.