Flatten
public struct Flatten<Element, Device> : LayerType, Codable where Element : NumericType, Device : DeviceType
Layer that flattens its inputs into a tensor of shape [batchSize, -1]
DL4S Docs (68% documented)
public struct Flatten<Element, Device> : LayerType, Codable where Element : NumericType, Device : DeviceType
Layer that flattens its inputs into a tensor of shape [batchSize, -1]