Concat

object Concat
class Object
trait Matchable
class Any
Concat.type

Type members

Classlikes

final class Stage[A](name: String, layer: Layer)(implicit a: Allocator, tpe: DataType[A]) extends StageImpl[Shp[A]]

Types

type Shp[A] = FanInShape2[E[A], E[A], E[A]]

Value members

Concrete methods

def apply[A](a: Out[A], b: Out[A])(implicit builder: Builder, tpe: DataType[A]): Out[A]