Skip to content

Commit

Permalink
fix the incorrcet link in contributor-books (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiruka authored Dec 3, 2024
1 parent 6aa470b commit 3dd5dcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ various backends. The core of this lies in
which is home to the numeric trait and its implementation for the different tensor types. The
numeric trait is the home of all tensor operations that are numeric in nature and that are shared by
`Int` and `Float` Tensor types. More information on the relationship between Tensor modules can be
found under the section for [Tensor Architecture](../project-architecture/Tensor.md#tensorops).
found under the section for [Tensor Architecture](../project-architecture/tensor.md#tensor-operations).

Here is where pow was added to `crates/burn-tensor/src/tensor/api/numeric.rs`:

Expand Down

0 comments on commit 3dd5dcd

Please sign in to comment.