照合可能

public protocol Collatable

要素が同じ型の上位要素で照合できる型 (例: テンソル、テンソルのタプル)

  • 宣言

    init<BatchSamples: Collection>(collating: BatchSamples)
    where BatchSamples.Element == Self