Other Structures
The following structures are available globally.
-
A buffer that holds a region of memory with a given length
See moreDeclaration
Swift
public struct Buffer<Element, Device> : Hashable where Device : DeviceTypeextension Buffer: CustomLeafReflectableextension Buffer: CustomStringConvertible -
A buffer that holds a region of memory with a given shape
See moreDeclaration
Swift
public struct ShapedBuffer<Element, Device> : Hashable where Device : DeviceTypeextension ShapedBuffer: CustomStringConvertibleextension ShapedBuffer: CustomDebugStringConvertible -
Undocumented
See moreDeclaration
Swift
public struct CPU : DeviceType -
Undocumented
See moreDeclaration
Swift
public struct CPUMemoryOperators : MemoryOperatorsType -
Undocumented
See moreDeclaration
Swift
public struct CPUEngine : EngineType -
Undocumented
See moreDeclaration
Swift
public struct GPU : DeviceType -
Undocumented
See moreDeclaration
Swift
public struct VRAMAllocator : MemoryOperatorsType -
Undocumented
See moreDeclaration
Swift
public struct VRAMBuffer : Hashable -
Undocumented
See moreDeclaration
Swift
public struct GPUEngine : EngineType -
Undocumented
See moreDeclaration
Swift
public struct NoamScheduler : LearningRateScheduler -
Undocumented
See moreDeclaration
Swift
public struct ProgressBar<UserInfo> -
Undocumented
See moreDeclaration
Swift
public struct Progress<Element> : Sequence
View on GitHub
Other Structures Reference