We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a2293 commit abd262fCopy full SHA for abd262f
1 file changed
crates/burn-tensor/src/tensor/api/base.rs
@@ -28,7 +28,7 @@ use serde::{Serialize, Serializer};
28
/// A tensor with a given shape and data type, backed by a runtime-selected device.
29
///
30
/// 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.
+/// the tensor was created on.
32
33
/// # Indexing
34
/// Indexing a tensor can be done using [`slice`](Tensor::slice) for all tensor types
0 commit comments