summaryrefslogtreecommitdiff
path: root/candle-core/src/cpu_backend/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-core/src/cpu_backend/mod.rs')
-rw-r--r--candle-core/src/cpu_backend/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-core/src/cpu_backend/mod.rs b/candle-core/src/cpu_backend/mod.rs
index 58773c80..229e3bbc 100644
--- a/candle-core/src/cpu_backend/mod.rs
+++ b/candle-core/src/cpu_backend/mod.rs
@@ -1,3 +1,4 @@
+//! Implementation of Backend Fns for CPU
use crate::backend::{BackendDevice, BackendStorage};
use crate::op::{BinaryOpT, CmpOp, ReduceOp, UnaryOpT};
use crate::{DType, Error, IntDType, Layout, Result, Shape, WithDType};