rsqrt(epsilon:)

Adds an element-wise rsqrt operation to the current graph.

Declaration

func rsqrt(epsilon: Float = .ulpOfOne.squareRoot()) -> BNNSGraph.Builder.Tensor<T>