We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a110d3e commit 2773480Copy full SHA for 2773480
tensorflow_probability/python/bijectors/cumsum.py
@@ -117,5 +117,5 @@ def _forward_log_det_jacobian(self, x):
117
return tf.constant(0., x.dtype)
118
119
@property
120
- def _compposite_tensor_shape_params(self):
+ def _composite_tensor_shape_params(self):
121
return ('axis',)
0 commit comments