pub fn float_unary<T: CpuFloat>( x: &[T], layout: &Layout, op: FloatUnaryOp, ) -> Vec<T>
Dispatch a float unary op over one view.