mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-20 21:20:19 -05:00
56 lines
1.4 KiB
Plaintext
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.
|