![]() |
Template class used by neural network layers.
oryx.experimental.nn.Template(
cls, *init_args, **init_kwargs
)
Methods
call
call(
*args, **kwargs
)
compose
compose(
template
)
init
init(
init_key, *args, name=None, **kwargs
)
Initializes a Template into a Layer.
spec
spec(
*specs
)
__call__
__call__(
*args, **kwargs
)
Call self as a function.
__rshift__
__rshift__(
template
)