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 826357f commit 1269e89Copy full SHA for 1269e89
src/lib.rs
@@ -527,7 +527,7 @@ tensor_type!(u8, UInt8);
527
tensor_type!(i16, Int16);
528
tensor_type!(i8, Int8);
529
// TODO: provide type for String
530
-// TODO: provide type for Complex
+// TODO: provide type for Complex. Pending impl of Default: https://github.com/rust-num/num/issues/198
531
tensor_type!(i64, Int64);
532
tensor_type!(bool, Bool);
533
// TODO: provide type for BFloat16
0 commit comments