Skip to content

Commit

Permalink
Remove an op abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
tostenzel committed Jan 6, 2024
1 parent e2a8071 commit a3b5fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The computation processes are structured across different levels of operations,
- Serves as the backbone of edugrad's autograd system, allowing for automatic differentiation of different models defined with `edugrad.Tensor`.
- Mid-level operations are used as nodes to build complex computational graphs during the forward pass, storing necessary information for the backward pass.

#### 3. High-Level Operations (High-Level Ops)
#### 3. High-Level Operations
- **Module**: `tensor.py` (`Tensor` class)
- **Purpose**: Provide a user-friendly interface for tensor operations and enable building and training neural network models.
- **Characteristics**:
Expand Down

0 comments on commit a3b5fed

Please sign in to comment.