We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d18a2d commit cdd0c10Copy full SHA for cdd0c10
src/util.rs
@@ -224,7 +224,7 @@ impl HasAfEnum for Complex<f64> {
224
type AggregateOutType = Self;
225
type SobelOutType = Self;
226
227
- fn get_af_dtype() -> DType { DType::F64 }
+ fn get_af_dtype() -> DType { DType::C64 }
228
}
229
impl HasAfEnum for f32 {
230
type InType = Self;
0 commit comments