File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88This library provides the core abstractions required to run tensor operations with Burn.
99
1010` Tensor ` s are generic over the backend to allow users to perform operations using different
11- ` Backend ` implementations. Burn's tensors also support support auto-differentiation thanks to the
11+ ` Backend ` implementations. Burn's tensors also support auto-differentiation thanks to the
1212` AutodiffBackend ` trait.
Original file line number Diff line number Diff line change 44
55//! This library provides the core abstractions required to run tensor operations with Burn.
66//! `Tensor`s are generic over the backend to allow users to perform operations using different `Backend` implementations.
7- //! Burn's tensors also support support auto-differentiation thanks to the `AutodiffBackend` trait.
7+ //! Burn's tensors also support auto-differentiation thanks to the `AutodiffBackend` trait.
88
99#[ macro_use]
1010extern crate derive_new;
You can’t perform that action at this time.
0 commit comments