cumulativeSum(axis:)
Adds a cumulative sum operation to the the graph.
Declaration
func cumulativeSum(axis: Int) -> BNNSGraph.Builder.Tensor<T>Parameters
- axis:
The axis over which the operation performs the cumulative sum.
Adds a cumulative sum operation to the the graph.
func cumulativeSum(axis: Int) -> BNNSGraph.Builder.Tensor<T>The axis over which the operation performs the cumulative sum.