We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5ab72 commit 5ffea67Copy full SHA for 5ffea67
src/array.rs
@@ -364,7 +364,7 @@ impl Drop for Array {
364
/// ```
365
/// use arrayfire::{Dim4, print, randu};
366
/// println!("Create a 5-by-3 matrix of random floats on the GPU");
367
-/// let dims = Dim4::new(&[3, 1, 1, 1]);
+/// let dims = Dim4::new(&[5, 3, 1, 1]);
368
/// let a = randu::<f32>(dims);
369
/// print(&a);
370
0 commit comments