8.16.0.4
16 Building blocks for neural networks
The type block? consists of two fields, a block function and a block list.
procedure
b-fn : (-> tensor? (-> (listof tensor?) tensor?)) block-ls : (listof shape?)
Creates a block from the block function b-fn and the block list block-ls.
Returns the block function from the block b.
Returns the block list from the block b.
Returns a new block where the block function is a composition of the block functions
of each block in blocks in the order they appear in blocks, and the block list is
created by appending the block lists of each block in blocks in the order they appear in blocks.