DatasetIterator

@available(*, deprecated)
@frozen
public struct DatasetIterator<Element> where Element : TensorGroup
extension DatasetIterator: IteratorProtocol

ประเภทที่อนุญาตการวนซ้ำองค์ประกอบของชุดข้อมูล

  • เลื่อนไปยังองค์ประกอบถัดไปและส่งกลับ หรือ nil หากไม่มีองค์ประกอบถัดไป

    คำประกาศ

    public mutating mutating func next() -> Element?