The input tensor to cumulatively multiply.
Optional axis: numberThe axis along which to multiply. Optional. Defaults to 0.
Optional exclusive: booleanWhether to perform exclusive cumulative product. Optional. Defaults to false. If set to true then the product of each tensor entry does not include its own value, but only the values previous to it along the specified axis.
Optional reverse: booleanWhether to multiply in the opposite direction. Optional. Defaults to false.
Generated using TypeDoc
Computes the cumulative product of a
tf.Tensoralongaxis.