Package ai.djl.nn

Class ParallelBlock

All Implemented Interfaces:
Block

public class ParallelBlock extends AbstractBlock
ParallelBlock is a Block whose children form a parallel branch in the network and are combined to produce a single output.

ParallelBlock has no direct parameters.