elect
12/01/2021, 12:54 PMtypealias BatchSize = 100
typealias Height = 40
typealias Width = 50
fun getFirst(
input: Tensor<[BatchSize, Height, Width]>
): Tensor<[Height, Width]> {
...
}
typealias
integer values or square brackets in type parameters..?elect
12/01/2021, 12:57 PM