S5TFDataLoader
public protocol S5TFDataLoader : IteratorProtocol, Sequence
Undocumented
-
Undocumented
Declaration
Swift
var batchSize: Int? { get }
-
Undocumented
Declaration
Swift
func batched(_ batchSize: Int) -> Self