Files

56 lines
1.4 KiB
Plaintext

# hardware.registry { #mlsysim.hardware.registry }
`hardware.registry`
## Classes
| Name | Description |
| --- | --- |
| [CloudHardware](#mlsysim.hardware.registry.CloudHardware) | Datacenter-scale accelerators. |
| [EdgeHardware](#mlsysim.hardware.registry.EdgeHardware) | Robotics and industrial edge systems. |
| [MobileHardware](#mlsysim.hardware.registry.MobileHardware) | Smartphone and handheld devices. |
| [TinyHardware](#mlsysim.hardware.registry.TinyHardware) | Microcontrollers and sub-watt devices. |
| [WorkstationHardware](#mlsysim.hardware.registry.WorkstationHardware) | Personal computing systems used for local development. |
### CloudHardware { #mlsysim.hardware.registry.CloudHardware }
```python
hardware.registry.CloudHardware()
```
Datacenter-scale accelerators.
### EdgeHardware { #mlsysim.hardware.registry.EdgeHardware }
```python
hardware.registry.EdgeHardware()
```
Robotics and industrial edge systems.
### MobileHardware { #mlsysim.hardware.registry.MobileHardware }
```python
hardware.registry.MobileHardware()
```
Smartphone and handheld devices.
### TinyHardware { #mlsysim.hardware.registry.TinyHardware }
```python
hardware.registry.TinyHardware()
```
Microcontrollers and sub-watt devices.
### WorkstationHardware { #mlsysim.hardware.registry.WorkstationHardware }
```python
hardware.registry.WorkstationHardware()
```
Personal computing systems used for local development.