ShapedBuffer
public struct ShapedBuffer<Element, Device> : Hashable where Device : DeviceType
extension ShapedBuffer: CustomStringConvertible
extension ShapedBuffer: CustomDebugStringConvertible
A buffer that holds a region of memory with a given shape
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public var debugDescription: String { get }