@frozen
public struct Zip2TensorGroup<T, U> : TensorGroup where T : TensorGroup, U : TensorGroup
एक 2-ट्यूपल जैसी संरचना जो TensorGroup के अनुरूप है जो TensorGroup
के अनुरूप 2 प्रकार के टुपल का प्रतिनिधित्व करती है।
घोषणा
public var first: T
घोषणा
public var second: U
घोषणा
public init(_ first: T, _ second: U)
घोषणा
public init(_owning tensorHandles: UnsafePointer<CTensorHandle>?)
घोषणा
public init<C: RandomAccessCollection>( _handles: C ) where C.Element: _AnyTensorHandle