Contents

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.