l1Norm(axes:keepDimensions:)
Adds a sum-of-absolutes reduction operation along the given axis operation to the current graph.
Declaration
func l1Norm(axes: [Int], keepDimensions: Bool) -> BNNSGraph.Builder.Tensor<T>Parameters
- keepDimensions:
A Boolean value that specifies that the operation keeps the reduced dimension with a size of
1.