Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Subhransu Bhattacharjee <[email protected]>
  • Loading branch information
1ssb committed Sep 11, 2023
1 parent 97f269b commit 4fb3740
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ Mangrove is a utility data structure designed to manage various types of data wi
- **Uprooting**: `uproot()` moves variables to depth 0.
- **Deleter**: `deleter()` deletes the instance and its data.

## Methods
- `config()`: Define type constraints.
- `add_data()`: Add variables with checks.
- `summary()`: Overview of data state.
- `__getattr__` and `__setattr__`: Variable access.
- `tocuda()`: Transfer data to CUDA GPUs.
- `push()`: Modify variable depth.
- `inosc()`: Manipulate values across depths.
- `uproot()`: Move variables to root.
- `shift()`: Shift variables between depths.
- `deleter()`: Delete the instance and its data.

## Requirements
- CUDA-enabled GPU
- Python 3.x
Expand Down

0 comments on commit 4fb3740

Please sign in to comment.