Array
extension Array where Element == Int
extension Array where Element: TensorNumeric
-
Declaration
Swift
public init(_ shape: TensorShape)
-
Declaration
Swift
public init(_ tensor: Tensor<Element>)