Module: tf_quant_finance.math.segment_ops

Contents

Last updated: 2023-03-16.

Module: tf_quant_finance.math.segment_ops#

View source

Element wise ops acting on segments of arrays.

Functions#

segment_cumsum(...): Computes cumulative sum of elements in a segment.

segment_diff(...): Computes difference of successive elements in a segment.