Description Usage Arguments Value
Layer factory function to create a composite that applies a sequence of layers (or any functions) onto an input. Sequential '([F, G, H])(x)' means the same as 'H(G(F(x)))'.
1 |
... |
list of layer functions to apply in sequence |
A function that accepts one argument and applies the given functions one after another.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.