Skip to content

Commit

Permalink
Merge pull request #1766 from sophiagu:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580290865
  • Loading branch information
tensorflower-gardener committed Nov 7, 2023
2 parents ae9a820 + f9e3394 commit e0ffe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_probability/python/bijectors/cumsum.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ def _forward_log_det_jacobian(self, x):
return tf.constant(0., x.dtype)

@property
def _compposite_tensor_shape_params(self):
def _composite_tensor_shape_params(self):
return ('axis',)

0 comments on commit e0ffe4b

Please sign in to comment.