Add some documentation. (#743)

This commit is contained in:
Laurent Mazare
2023-09-05 10:51:12 +02:00
committed by GitHub
parent cda45a7443
commit a8410bf35e
3 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//! Tensors are N-dimenional matrixes of elements using a single data type.
#![allow(clippy::redundant_closure_call)]
use crate::backend::{BackendDevice, BackendStorage};
use crate::op::{