instanceNorm(epsilon:)
Adds a instance normalization operation to the current graph.
Declaration
func instanceNorm(epsilon: Float = .ulpOfOne.squareRoot()) -> BNNSGraph.Builder.Tensor<T>Parameters
- epsilon:
The epsilon value that the function uses to avoid division by zero.
Discussion
This function performs instance normalization of self.self must be at least three-dimensional.