Tomohiro Ichinose

Results 1 issues of Tomohiro Ichinose

I encountered difficulty when writing generic functions using `Array` e.g. ```rust fn test_basic_op(a: &af::Array) where // T: af::Fromf64 + af::HasAfEnum + ??? { println!("Element-wise arithmetic"); let b = af::add(&af::sin(a), &T::fromf64(1.5f64),...

Enhancement