elect
typealias BatchSize = 100 typealias Height = 40 typealias Width = 50 fun getFirst( input: Tensor<[BatchSize, Height, Width]> ): Tensor<[Height, Width]> { ... }
typealias
A modern programming language that makes developers happier.