Function numeric::math::powi [] [src]

pub fn powi<T: NumericTrait + Float>(
    y: &Tensor<T>,
    x: &Tensor<i32>
) -> Tensor<T>