Skip to content

Commit abd262f

Browse files
committed
Remove backend ops note
1 parent b1a2293 commit abd262f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/burn-tensor/src/tensor/api

crates/burn-tensor/src/tensor/api/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use serde::{Serialize, Serializer};
2828
/// A tensor with a given shape and data type, backed by a runtime-selected device.
2929
///
3030
/// Tensors are not statically tied to a backend. The backend is determined based on which device
31-
/// the tensor was created on. Backend compatibility between tensors in an operation is checked at runtime.
31+
/// the tensor was created on.
3232
///
3333
/// # Indexing
3434
/// Indexing a tensor can be done using [`slice`](Tensor::slice) for all tensor types

0 commit comments

Comments
 (0)